Browse Source

Merge branch 'develop' of https://github.com/clinton-hall/CouchPotatoServer into clinton-hall-develop

pull/920/head
Ruud 13 years ago
parent
commit
0773d6e6ad
  1. 2
      couchpotato/core/logger.py

2
couchpotato/core/logger.py

@ -5,7 +5,7 @@ import traceback
class CPLog(object):
context = ''
replace_private = ['api', 'apikey', 'api_key', 'password', 'username', 'h']
replace_private = ['api', 'apikey', 'api_key', 'password', 'username', 'h', 'uid', 'key']
def __init__(self, context = ''):
if context.endswith('.main'):

Loading…
Cancel
Save