16 lines
422 B
INI
16 lines
422 B
INI
## Use Unicode characters when outputting values, and writing widgets to the
|
|
## console.
|
|
#unicode_output = False
|
|
|
|
[utils.console]
|
|
|
|
## When True, use ANSI color escape sequences when writing to the console.
|
|
# use_color = True
|
|
|
|
[logger]
|
|
|
|
## Threshold for the logging messages. Logging messages that are less severe
|
|
## than this level will be ignored. The levels are 'DEBUG', 'INFO', 'WARNING',
|
|
## 'ERROR'
|
|
# log_level = INFO
|