[issue31457] LoggerAdapter objects cannot be nested

2018-04-22 Thread Łukasz Langa

Łukasz Langa  added the comment:


New changeset 26c289dd76ed07dbf37494bfa483c525f6828bd9 by Łukasz Langa (Miss 
Islington (bot)) in branch '3.6':
bpo-31457: Don't omit inner ``process()`` calls with nested LogAdapters 
(GH-4044) (#6568)
https://github.com/python/cpython/commit/26c289dd76ed07dbf37494bfa483c525f6828bd9


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31457] LoggerAdapter objects cannot be nested

2018-04-22 Thread miss-islington

Change by miss-islington :


--
pull_requests: +6265

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31457] LoggerAdapter objects cannot be nested

2017-10-19 Thread Mariatta Wijaya

Mariatta Wijaya  added the comment:


New changeset 4d9a8f22999de489ede9216ff983d4359d837760 by Mariatta (Miss 
Islington (bot)) in branch '3.6':
bpo-31457: Don't omit inner ``process()`` calls with nested LogAdapters 
(GH-4044) (GH-4050)
https://github.com/python/cpython/commit/4d9a8f22999de489ede9216ff983d4359d837760


--
nosy: +Mariatta

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31457] LoggerAdapter objects cannot be nested

2017-10-19 Thread Roundup Robot

Change by Roundup Robot :


--
pull_requests: +4019

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31457] LoggerAdapter objects cannot be nested

2017-10-19 Thread Łukasz Langa

Łukasz Langa  added the comment:


New changeset ce9e62544571e7ade7186697d5dd065fb4c5243f by Łukasz Langa in 
branch 'master':
bpo-31457: Don't omit inner ``process()`` calls with nested LogAdapters (#4044)
https://github.com/python/cpython/commit/ce9e62544571e7ade7186697d5dd065fb4c5243f


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31457] LoggerAdapter objects cannot be nested

2017-10-18 Thread Łukasz Langa

Change by Łukasz Langa :


--
pull_requests: +4015

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31457] LoggerAdapter objects cannot be nested

2017-10-18 Thread Łukasz Langa

Łukasz Langa  added the comment:


New changeset 537ed75291ed8a640887f199f98e2e5076ef87b6 by Łukasz Langa (Miss 
Islington (bot)) in branch '3.6':
[3.6] bpo-31457: Make the `LoggerAdapter.manager` property settable (GH-4042) 
(#4043)
https://github.com/python/cpython/commit/537ed75291ed8a640887f199f98e2e5076ef87b6


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31457] LoggerAdapter objects cannot be nested

2017-10-18 Thread Roundup Robot

Change by Roundup Robot :


--
pull_requests: +4014

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31457] LoggerAdapter objects cannot be nested

2017-10-18 Thread Łukasz Langa

Łukasz Langa  added the comment:


New changeset 0b6a118a45ac2eded1348fea6ed300d5651f7471 by Łukasz Langa in 
branch 'master':
bpo-31457: Make the `LoggerAdapter.manager` property settable (#4042)
https://github.com/python/cpython/commit/0b6a118a45ac2eded1348fea6ed300d5651f7471


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31457] LoggerAdapter objects cannot be nested

2017-10-18 Thread Łukasz Langa

Change by Łukasz Langa :


--
pull_requests: +4013

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31457] LoggerAdapter objects cannot be nested

2017-09-14 Thread Łukasz Langa

Changes by Łukasz Langa :


--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31457] LoggerAdapter objects cannot be nested

2017-09-14 Thread Łukasz Langa

Łukasz Langa added the comment:


New changeset 20fa05d0223101b8e0005525b94a2eac892348de by Łukasz Langa (Miss 
Islington (bot)) in branch '3.6':
[3.6] bpo-31457: Allow for nested LoggerAdapter objects (GH-3551) (#3576)
https://github.com/python/cpython/commit/20fa05d0223101b8e0005525b94a2eac892348de


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31457] LoggerAdapter objects cannot be nested

2017-09-14 Thread Roundup Robot

Changes by Roundup Robot :


--
pull_requests: +3567

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31457] LoggerAdapter objects cannot be nested

2017-09-14 Thread Łukasz Langa

Łukasz Langa added the comment:


New changeset 1bbd482bcf6ea36bfe488f868810ffe110238ae1 by Łukasz Langa in 
branch 'master':
bpo-31457: Allow for nested LoggerAdapter objects (#3551)
https://github.com/python/cpython/commit/1bbd482bcf6ea36bfe488f868810ffe110238ae1


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31457] LoggerAdapter objects cannot be nested

2017-09-13 Thread Łukasz Langa

Changes by Łukasz Langa :


--
versions: +Python 3.6, Python 3.7

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31457] LoggerAdapter objects cannot be nested

2017-09-13 Thread Łukasz Langa

Changes by Łukasz Langa :


--
keywords: +patch
pull_requests: +3544

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31457] LoggerAdapter objects cannot be nested

2017-09-13 Thread Łukasz Langa

Changes by Łukasz Langa :


--
title: LoggerAdapter -> LoggerAdapter objects cannot be nested

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com