Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: logging: child module unable to get parent config
Post: RE: logging: child module unable to get parent con...

Quote:logging.getLogger(name=None) Return a logger with the specified name or, if name is None, return a logger which is the root logger of the hierarchy. If specified, the name is typically a dot-sep...
jerryxiao General Coding Help 3 3,393 Apr-09-2019, 04:17 AM
    Thread: logging: child module unable to get parent config
Post: RE: logging: child module unable to get parent con...

(Apr-08-2019, 04:17 PM)Gribouillis Wrote: The calls to logging.getLogger(__name__) create two different logger instances in your code, namely logging.getLogger('__main__') and logging.getLogger('mym...
jerryxiao General Coding Help 3 3,393 Apr-09-2019, 12:57 AM
    Thread: logging: child module unable to get parent config
Post: logging: child module unable to get parent config

I had some problems with logging According to The Doc in the same Python interpreter, you get the same logger object with the same config But if that's true, why can't my code work https://gist.githu...
jerryxiao General Coding Help 3 3,393 Apr-08-2019, 02:22 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020