Edgewall Software

Changes between Initial Version and Version 1 of Ticket #7820, comment 13


Ignore:
Timestamp:
Dec 1, 2015, 8:58:57 PM (8 years ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7820, comment 13

    initial v1  
    11At least, we should use `disable_existing_loggers=False` for the `logging.config.fileConfig()`. I guess that call of the `fileConfig()` would stop loggers of other environments with multiple projects.
    22
    3 See https://docs.python.org/2/library/logging.config.html#logging.config.fileConfig and https://docs.python.org/3/howto/logging.html#configuring-logging.
     3See:
     4* https://docs.python.org/2/library/logging.config.html#logging.config.fileConfig
     5* https://docs.python.org/3/howto/logging.html#configuring-logging