Skip to content

Commit 07cb299

Browse files
committed
Fix default environments in guide
refs: 229fd2a closes: rails#46841
1 parent fa33ba3 commit 07cb299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/debugging_rails_applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Rails.logger.level = 0 # at any time
143143

144144
This is useful when you want to log under development or staging without flooding your production log with unnecessary information.
145145

146-
TIP: The default Rails log level is `debug` in all environments.
146+
TIP: The default Rails log level is `:debug`. However, it is set to `:info` for the `production` environment in the default generated `config/environments/production.rb`.
147147

148148
### Sending Messages
149149

0 commit comments

Comments
 (0)