testing.sh: introduit DBG_CLOGGER_PATH

This commit is contained in:
Daniel STAN 2015-02-21 15:39:30 +01:00
parent 5d9965af08
commit d43ec0cfec
2 changed files with 5 additions and 1 deletions

View file

@ -12,7 +12,7 @@ import pytz
import logging
TZ = pytz.timezone('Europe/Paris')
LDIRPATH = '/var/log/clogger'
LDIRPATH = os.getenv('DBG_CLOGGER_PATH', '/var/log/clogger')
class CLogger(logging.Logger):
"""