Skip to content

Commit

Permalink
Fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Aug 30, 2013
1 parent 9a6658b commit c5da53a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions weblate/settings_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,14 +281,14 @@
'address': '/dev/log',
'facility': SysLogHandler.LOG_LOCAL2,
},
# 'logfile': {
# 'level':'DEBUG',
# 'class':'logging.handlers.RotatingFileHandler',
# 'filename': "/var/log/weblate/weblate.log",
# 'maxBytes': 100000,
# 'backupCount': 3,
# 'formatter': 'logfile',
# },
#'logfile': {
# 'level':'DEBUG',
# 'class':'logging.handlers.RotatingFileHandler',
# 'filename': "/var/log/weblate/weblate.log",
# 'maxBytes': 100000,
# 'backupCount': 3,
# 'formatter': 'logfile',
#},
},
'loggers': {
'django.request': {
Expand Down

0 comments on commit c5da53a

Please sign in to comment.