Skip to content

Commit

Permalink
Merge pull request #1704 from aleksandra-tarkowska/9608_logging
Browse files Browse the repository at this point in the history
#9608 fixing logging
  • Loading branch information
joshmoore committed Nov 5, 2013
2 parents ef1b841 + 3f0231a commit 7054d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tools/OmeroWeb/omeroweb/settings.py
Expand Up @@ -73,7 +73,7 @@

LOGGING = {
'version': 1,
'disable_existing_loggers': True,
'disable_existing_loggers': False,
'formatters': {
'standard': {
'format': '%(asctime)s %(levelname)5.5s [%(name)40.40s] (proc.%(process)5.5d) %(funcName)s:%(lineno)d %(message)s'
Expand Down

0 comments on commit 7054d4b

Please sign in to comment.