CC-2271 1.8.2 code cleanup tasks
changing 1.8.1 upgrade script to using raw source first.
This commit is contained in:
parent
d6616004a6
commit
b84854c13c
15 changed files with 230 additions and 20 deletions
22
python_apps/media-monitor/logging.cfg
Normal file
22
python_apps/media-monitor/logging.cfg
Normal file
|
@ -0,0 +1,22 @@
|
|||
[loggers]
|
||||
keys=root
|
||||
|
||||
[handlers]
|
||||
keys=consoleHandler
|
||||
|
||||
[formatters]
|
||||
keys=simpleFormatter
|
||||
|
||||
[logger_root]
|
||||
level=DEBUG
|
||||
handlers=consoleHandler
|
||||
|
||||
[handler_consoleHandler]
|
||||
class=StreamHandler
|
||||
level=DEBUG
|
||||
formatter=simpleFormatter
|
||||
args=(sys.stdout,)
|
||||
|
||||
[formatter_simpleFormatter]
|
||||
format=%(asctime)s %(levelname)s - [%(filename)s : %(funcName)s() : line %(lineno)d] - %(message)s
|
||||
datefmt=
|
Loading…
Add table
Add a link
Reference in a new issue