default logging to INFO

This commit is contained in:
Blake Harnden 2019-06-12 09:44:10 -07:00
parent fca79fcf94
commit ac9dab097a
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@
}
},
"root": {
"level": "DEBUG",
"level": "INFO",
"handlers": ["console"]
}
}