mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-04 00:17:06 +00:00
Don't report the api key to syslog
This commit is contained in:
parent
226e59415a
commit
e5d762da38
@ -734,7 +734,8 @@ if __name__ == '__main__':
|
|||||||
|
|
||||||
# For testing in the browser, you can copy the API key that's output to the
|
# For testing in the browser, you can copy the API key that's output to the
|
||||||
# debug console and enter that as the username
|
# debug console and enter that as the username
|
||||||
app.logger.info('API key: ' + auth_service.key)
|
if app.debug:
|
||||||
|
app.logger.info('API key: ' + auth_service.key)
|
||||||
|
|
||||||
# Start the application server. Listens on 127.0.0.1 (IPv4 only).
|
# Start the application server. Listens on 127.0.0.1 (IPv4 only).
|
||||||
app.run(port=10222)
|
app.run(port=10222)
|
||||||
|
Loading…
Reference in New Issue
Block a user