Log the public_mode flag as well

This commit is contained in:
Miguel Jacq 2018-09-19 14:53:33 +10:00
parent 20c97a61ab
commit abb270834b
No known key found for this signature in database
GPG Key ID: EEA4341C6D97A0B6

View File

@ -619,7 +619,7 @@ class Web(object):
"""
Start the flask web server.
"""
self.common.log('Web', 'start', 'port={}, stay_open={}, persistent_slug={}'.format(port, stay_open, persistent_slug))
self.common.log('Web', 'start', 'port={}, stay_open={}, public_mode={}, persistent_slug={}'.format(port, stay_open, public_mode, persistent_slug))
if not public_mode:
self.generate_slug(persistent_slug)