Skip to content
This repository has been archived by the owner on Jan 25, 2018. It is now read-only.

Commit

Permalink
debug logging on solitude (bug 884058)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy McKay committed Jun 19, 2013
1 parent f68a906 commit 134d428
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions solitude/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,20 +146,25 @@
's': {
'handlers': ['unicodesyslog'],
'level': 'INFO',
'propagate': True
},
'sentry.errors': {
'handlers': ['unicodesyslog'],
'level': 'INFO',
'propagate': True
},
'django.request': {
'handlers': ['unicodesyslog', 'sentry'],
'level': 'INFO',
'propagate': True
},
'requests.packages.urllib3.connectionpool': {
'level': 'WARNING',
'propagate': True
},
'suds': {
'level': 'ERROR',
'propagate': True
}
},
}
Expand Down

1 comment on commit 134d428

@kumar303
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚌 🔥 😞

Please sign in to comment.