mirror of
https://github.com/kennethreitz/bruce-operator.git
synced 2026-06-05 15:10:17 +00:00
21 lines
297 B
INI
21 lines
297 B
INI
[colors]
|
|
CRITICAL =
|
|
color: PURPLE
|
|
style: BOLD
|
|
ERROR = RED
|
|
WARNING = YELLOW
|
|
INFO = None
|
|
DEBUG = GREEN
|
|
|
|
[logme]
|
|
level = DEBUG
|
|
formatter = {asctime} - {name} - {levelname} - {message}
|
|
stream =
|
|
type: StreamHandler
|
|
active: True
|
|
level: DEBUG
|
|
null =
|
|
type: NullHandler
|
|
active: False
|
|
level: NOTSET
|