mirror of
https://github.com/craigerl/aprsd.git
synced 2024-11-22 08:04:53 -05:00
Fix wsgi for prod
This commit is contained in:
parent
b73373db3f
commit
b0bfdaa1fb
@ -408,8 +408,8 @@ if __name__ == "aprsd.wsgi":
|
||||
|
||||
log_level = init_app(
|
||||
log_level="DEBUG",
|
||||
# config_file="/config/aprsd.conf",
|
||||
config_file=cli_helper.DEFAULT_CONFIG_FILE,
|
||||
config_file="/config/aprsd.conf",
|
||||
# config_file=cli_helper.DEFAULT_CONFIG_FILE,
|
||||
)
|
||||
setup_logging(app, log_level)
|
||||
sio.register_namespace(LoggingNamespace("/logs"))
|
||||
|
Loading…
Reference in New Issue
Block a user