Skip to content

Commit d05395c

Browse files
Merge pull request rails#46849 from woto/woto/main
Fix default environments in guide [ci-skip]
2 parents f7f41a7 + 07cb299 commit d05395c

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)