Added files from the original repo
This commit is contained in:
25
dual_ursim_control/log_config.ini
Normal file
25
dual_ursim_control/log_config.ini
Normal file
@@ -0,0 +1,25 @@
|
||||
[loggers]
|
||||
keys=root
|
||||
|
||||
[handlers]
|
||||
keys=fileHandler, consoleHandler
|
||||
|
||||
[formatters]
|
||||
keys=simpleFormatter
|
||||
|
||||
[logger_root]
|
||||
level=DEBUG
|
||||
handlers=fileHandler, consoleHandler
|
||||
|
||||
[handler_fileHandler]
|
||||
class=FileHandler
|
||||
formatter=simpleFormatter
|
||||
args=("control.log",)
|
||||
|
||||
[handler_consoleHandler]
|
||||
class=StreamHandler
|
||||
formatter=simpleFormatter
|
||||
args=(sys.stdout,)
|
||||
|
||||
[formatter_simpleFormatter]
|
||||
format='%(asctime)s [%(levelname)s] %(threadName)-10s %(message)s'
|
||||
Reference in New Issue
Block a user