island: Add debug log level to server_config.json.develop

This commit is contained in:
Mike Salvatore 2021-05-11 14:01:43 -04:00
parent 08668f3eae
commit b13839d7ba
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
{ {
"server_config": "password", "server_config": "password",
"deployment": "develop" "deployment": "develop",
"log_level": "DEBUG"
} }