Skip to content

Commit

Permalink
Set sqlalchemy logger to allow query debugging (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
glatterf42 authored Aug 5, 2024
1 parent 0294bc0 commit d6edf33
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ixmp4/conf/logging/debug.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,10 @@
"level": "NOTSET",
"formatter": "generic"
}
},
"loggers": {
"sqlalchemy": {
"level": "NOTSET"
}
}
}

0 comments on commit d6edf33

Please sign in to comment.