Skip to content

Commit

Permalink
Remove graylog as logger. Graylog no longer used. (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuenmichelle1 authored Jan 2, 2025
1 parent 8e0a9c0 commit 71b6b5e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@
# Do not dump schema after migrations.
config.active_record.dump_schema_after_migration = false

# Enable GELF and forwarding to Graylog
config.logstasher.logger = GELF::Logger.new("graylog.zooniverse.org", 12201, "WAN", { :host => "eduapi_production" })
config.logstasher.enabled = true
config.logstasher.log_controller_parameters = true
end
2 changes: 0 additions & 2 deletions config/environments/staging.rb
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@
# Do not dump schema after migrations.
config.active_record.dump_schema_after_migration = false

# Enable GELF and forwarding to Graylog
config.logstasher.logger = GELF::Logger.new("graylog.zooniverse.org", 12201, "WAN", { :host => "eduapi_staging" })
config.logstasher.enabled = true
config.logstasher.log_controller_parameters = true
end

0 comments on commit 71b6b5e

Please sign in to comment.