[issue35726] QueueHandler formating affects other handlers

2019-01-22 Thread Vinay Sajip
Vinay Sajip added the comment: New changeset da6424e96ada72c15c91bddb0a411acf7119e10a by Vinay Sajip (Manjusaka) in branch 'master': bpo-35726: Prevented QueueHandler formatting from affecting other handlers (GH-11537) https://github.com/python/cpython/commit/da6424e96ada72c15c91bddb0a411acf

[issue35726] QueueHandler formating affects other handlers

2019-01-12 Thread Manjusaka
Change by Manjusaka : -- pull_requests: -11140 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue35726] QueueHandler formating affects other handlers

2019-01-12 Thread Manjusaka
Change by Manjusaka : -- pull_requests: -11141 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue35726] QueueHandler formating affects other handlers

2019-01-12 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: @vinay.sajip It's known issue discussed here https://github.com/python/bugs.python.org/issues/12 -- nosy: +xtreak ___ Python tracker _

[issue35726] QueueHandler formating affects other handlers

2019-01-12 Thread Vinay Sajip
Vinay Sajip added the comment: Any idea why the same PR appears three times in the PR list? Is it because for some reason you've added the issue link multiple times in the PR, when it's not needed? -- ___ Python tracker

[issue35726] QueueHandler formating affects other handlers

2019-01-12 Thread Manjusaka
Manjusaka added the comment: I have already work on a PR for it -- nosy: +Manjusaka ___ Python tracker ___ ___ Python-bugs-list mai

[issue35726] QueueHandler formating affects other handlers

2019-01-12 Thread Manjusaka
Change by Manjusaka : -- keywords: +patch, patch, patch pull_requests: +11140, 11141, 11142 stage: -> patch review ___ Python tracker ___ _

[issue35726] QueueHandler formating affects other handlers

2019-01-12 Thread Manjusaka
Change by Manjusaka : -- keywords: +patch, patch pull_requests: +11140, 11141 stage: -> patch review ___ Python tracker ___ ___ Pyt

[issue35726] QueueHandler formating affects other handlers

2019-01-12 Thread Manjusaka
Change by Manjusaka : -- keywords: +patch pull_requests: +11140 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list

[issue35726] QueueHandler formating affects other handlers

2019-01-12 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +vinay.sajip ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue35726] QueueHandler formating affects other handlers

2019-01-12 Thread David Ruggles
New submission from David Ruggles : ISSUE: if you add a formatter to QueueHandler any subsequently added handlers will get the formatting added to QueueHandler CAUSE: as best as I can tell, the code here: https://github.com/python/cpython/blob/d586ccb04f79863c819b212ec5b9d873964078e4/Lib/loggi