mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Ugly hack to have the name of the main logger, otherwise error/exception messages ain't displayed
This commit is contained in:
parent
5f242aea18
commit
77ce657ae1
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@ def init_logging(interface="cli",
|
||||||
if interface != "api":
|
if interface != "api":
|
||||||
configure_logging({
|
configure_logging({
|
||||||
'version': 1,
|
'version': 1,
|
||||||
|
'main_logger': "yunohost",
|
||||||
'disable_existing_loggers': True,
|
'disable_existing_loggers': True,
|
||||||
'formatters': {
|
'formatters': {
|
||||||
'tty-debug': {
|
'tty-debug': {
|
||||||
|
|
Loading…
Add table
Reference in a new issue