less debug output, only log http requests if enabled
This commit is contained in:
parent
444c357e54
commit
3182d4eaeb
6 changed files with 26 additions and 12 deletions
|
|
@ -80,3 +80,5 @@ VERSION="%s.%s" % (NODE_PROTOCOL, MINOR_VERSION)
|
|||
|
||||
|
||||
USER_AGENT = 'OpenMediaLibrary/%s' % VERSION
|
||||
|
||||
DEBUG_HTTP = server.get('debug_http', False)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue