Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Disable new relic logging
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jul 29, 2016
1 parent c9c776b commit efce4de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nikolausers/settings.py
Expand Up @@ -130,5 +130,9 @@
'level': 'DEBUG',
'propagate': True,
},
'newrelic': {
'handlers': [],
'propagate': False,
}
},
}

0 comments on commit efce4de

Please sign in to comment.