Skip to content

Commit 71902db

Browse files
committed
Ommit DEBUG logs in production
1 parent 39c5ec4 commit 71902db

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
@@ -40,7 +40,7 @@
4040

4141
# Use the lowest log level to ensure availability of diagnostic information
4242
# when problems arise.
43-
config.log_level = :debug
43+
config.log_level = :info
4444

4545
# Prepend all log lines with the following tags.
4646
config.log_tags = [:request_id]

0 commit comments

Comments
 (0)