ontology
This commit is contained in:
22
ontology_platform/vendored/ontocast/logging.warning.conf
Normal file
22
ontology_platform/vendored/ontocast/logging.warning.conf
Normal file
@@ -0,0 +1,22 @@
|
||||
[loggers]
|
||||
keys=root
|
||||
|
||||
[handlers]
|
||||
keys=consoleHandler
|
||||
|
||||
[formatters]
|
||||
keys=consoleFormatter
|
||||
|
||||
[logger_root]
|
||||
level=WARNING
|
||||
handlers=consoleHandler
|
||||
|
||||
[handler_consoleHandler]
|
||||
class=StreamHandler
|
||||
level=WARNING
|
||||
formatter=consoleFormatter
|
||||
args=(sys.stdout,)
|
||||
|
||||
[formatter_consoleFormatter]
|
||||
format=%(asctime)s - %(levelname)s - %(name)s - %(funcName)s : %(message)s
|
||||
datefmt=%Y-%m-%d %H:%M:%S
|
||||
Reference in New Issue
Block a user