Skip to content

Commit df12be0

Browse files
Merge pull request #65 from datacite/fix-prod-logging-duplicate-config
Fix prod duplicate logging config
2 parents 8f38e75 + 0749b1e commit df12be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/environments/production.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
# "info" includes generic and useful information about system operation, but avoids logging too much
7979
# information to avoid inadvertent exposure of personally identifiable information (PII). If you
8080
# want to log everything, set the level to "debug".
81-
config.log_level = ENV.fetch("RAILS_LOG_LEVEL", "info")
81+
# config.log_level = ENV.fetch("RAILS_LOG_LEVEL", "info")
8282

8383
# Use a different cache store in production.
8484
# config.cache_store = :mem_cache_store

0 commit comments

Comments
 (0)