1
0
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:
downtownallday 2021-02-19 05:22:35 -05:00
parent 226e59415a
commit e5d762da38

View File

@ -734,6 +734,7 @@ if __name__ == '__main__':
# For testing in the browser, you can copy the API key that's output to the
# debug console and enter that as the username
if app.debug:
app.logger.info('API key: ' + auth_service.key)
# Start the application server. Listens on 127.0.0.1 (IPv4 only).