Browse Source

M logging.py

-- little fix
main
Joshua Boverhof 17 years ago
parent
commit
e145d025ca
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      logging.py

+ 1
- 1
logging.py View File

@@ -193,7 +193,7 @@ def gridLog(**kw):
"""
import os

if not bool( os.environ.get('GRIDLOG_ON', False) ):
if not bool( int(os.environ.get('GRIDLOG_ON', 0)) ):
return

url = os.environ.get('GRIDLOG_DEST')


Loading…
Cancel
Save