~alecu/ubuntuone-client/proxy-tunnel-server

« back to all changes in this revision

Viewing changes to ubuntuone/syncdaemon/logger.py

  • Committer: Alejandro J. Cura
  • Date: 2012-03-06 00:30:33 UTC
  • mfrom: (1196.1.3 ubuntuone-client)
  • Revision ID: alecu@canonical.com-20120306003033-smfft1tfg4purnpx
merged with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
279
279
 
280
280
 
281
281
# if we are in debug mode, replace/add the handlers
282
 
DEBUG = os.environ.get("DEBUG", None)
 
282
DEBUG = os.environ.get("U1_DEBUG", None)
283
283
if DEBUG:
284
284
    set_debug(DEBUG)
285
285