mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 08:57:10 -06:00
DEV: configure logster max logs via ENV (#7225)
This commit is contained in:
parent
4c6bfb9b39
commit
da578e92f2
@ -72,6 +72,10 @@ if Rails.env.production?
|
||||
Logster.config.env_expandable_keys.push(:hostname, :problem_db)
|
||||
end
|
||||
|
||||
if GlobalSetting.respond_to?(:max_logster_logs)
|
||||
Logster.store.max_backlog = GlobalSetting.max_logster_logs
|
||||
end
|
||||
|
||||
# middleware that logs errors sits before multisite
|
||||
# we need to establish a connection so redis connection is good
|
||||
# and db connection is good
|
||||
|
Loading…
Reference in New Issue
Block a user