aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/debugging_rails_applications.md
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2014-09-21 12:43:31 +0900
committerZachary Scott <e@zzak.io>2014-09-21 12:43:31 +0900
commit5f8c1b197d2ccece0e08baba84cca9bca44c9750 (patch)
treefa2236206484cb9930477c6a5227c0389ac5f2cb /guides/source/debugging_rails_applications.md
parentb537f14f3d329824517966af7eefa1743f10e13b (diff)
parent4f5d60f4f2110f458e6557a6353974babcb89787 (diff)
downloadrails-5f8c1b197d2ccece0e08baba84cca9bca44c9750.tar.gz
rails-5f8c1b197d2ccece0e08baba84cca9bca44c9750.tar.bz2
rails-5f8c1b197d2ccece0e08baba84cca9bca44c9750.zip
Merge pull request #16988 from y-yagi/chg_default_log_level
[ci skip] modify the description of production log level default
Diffstat (limited to 'guides/source/debugging_rails_applications.md')
-rw-r--r--guides/source/debugging_rails_applications.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/debugging_rails_applications.md b/guides/source/debugging_rails_applications.md
index 88c6210296..1a647f8375 100644
--- a/guides/source/debugging_rails_applications.md
+++ b/guides/source/debugging_rails_applications.md
@@ -138,7 +138,7 @@ Rails.logger.level = 0 # at any time
This is useful when you want to log under development or staging, but you don't want to flood your production log with unnecessary information.
-TIP: The default Rails log level is `info` in production mode and `debug` in development and test mode.
+TIP: The default Rails log level is `debug` in all environments.
### Sending Messages