Files

16 lines
422 B
INI
Raw Permalink Normal View History

2026-03-14 21:48:05 +00:00
## 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