Compare commits
1 Commits
5007a77675
...
27890ad7dc
Author | SHA1 | Date |
---|---|---|
Tim Van Baak | 27890ad7dc |
|
@ -240,5 +240,5 @@ def wsgi():
|
|||
config_path = os.environ.get(CONFIG_ENVVAR) or '/etc/redstring.conf'
|
||||
config = read_config(app, config_path)
|
||||
logger.setLevel(logging.DEBUG)
|
||||
logger.debug(f'Lloaded config from {config_path}: {config}')
|
||||
logger.debug(f'Loaded config from {config_path}: {config}')
|
||||
return app
|
||||
|
|
Loading…
Reference in New Issue