python logging

Rafael Durán Castañeda rafadurancastaneda at gmail.com
Tue May 17 18:00:58 EDT 2011


On 17/05/11 22:55, Fei wrote:
> where is default logging file on Mac? I saw lots of app just import
> logging, and begins to logging.info(...) etc.  I'm not sure where to
> look at the logging configuration to figure out the log location.
>
> I just get in touch of python about 1month ago, and I appreciate your
> help.
Looking at python docs you will find:

http://docs.python.org/howto/logging.html#logging-basic-tutorial

First example explains what you are asking.

P.S.: Next time you may try to look for the info you need before asking



More information about the Python-list mailing list