Skip to content

Commit

Permalink
set server log level to INFO (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
meksor committed Sep 25, 2024
1 parent fb02b9b commit 93a4f08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ixmp4/conf/logging/server.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
"handlers": {
"console": {
"class": "logging.StreamHandler",
"level": "DEBUG",
"level": "INFO",
"formatter": "generic"
}
},
"root": {
"level": "DEBUG",
"level": "INFO",
"handlers": ["console"]
}
}

0 comments on commit 93a4f08

Please sign in to comment.