TEMP: comment out logster ignore patterns
This commit is contained in:
parent
33eca10860
commit
562d2e0c86
|
@ -1,13 +1,13 @@
|
|||
if Rails.env.production?
|
||||
Logster.store.ignore = [
|
||||
# honestly, Rails should not be logging this, its real noisy
|
||||
/^ActionController::RoutingError \(No route matches/,
|
||||
# Logster.store.ignore = [
|
||||
# # honestly, Rails should not be logging this, its real noisy
|
||||
# /^ActionController::RoutingError \(No route matches/,
|
||||
|
||||
/^PG::Error: ERROR:\s+duplicate key/,
|
||||
# /^PG::Error: ERROR:\s+duplicate key/,
|
||||
|
||||
# suppress trackback spam bots
|
||||
Logster::IgnorePattern.new("Can't verify CSRF token authenticity", { REQUEST_URI: /\/trackback\/$/ })
|
||||
]
|
||||
# # suppress trackback spam bots
|
||||
# Logster::IgnorePattern.new("Can't verify CSRF token authenticity", { REQUEST_URI: /\/trackback\/$/ })
|
||||
# ]
|
||||
|
||||
Logster.config.authorize_callback = lambda{|env|
|
||||
user = CurrentUser.lookup_from_env(env)
|
||||
|
|
Loading…
Reference in New Issue