aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--railties/lib/rails/application/bootstrap.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/application/bootstrap.rb b/railties/lib/rails/application/bootstrap.rb
index 92ecc29a5f..71d3febde4 100644
--- a/railties/lib/rails/application/bootstrap.rb
+++ b/railties/lib/rails/application/bootstrap.rb
@@ -58,7 +58,7 @@ INFO
if Rails.env.production? && !config.has_explicit_log_level?
ActiveSupport::Deprecation.warn \
"You did not specify a `log_level` in `production.rb`. Currently, " \
- "the default value for `log_leve` is `:info` for the production " \
+ "the default value for `log_level` is `:info` for the production " \
"environment and `:debug` in all other environments. In Rails 5 " \
"the default value will be unified to `:debug` across all " \
"environments. To preserve the current setting, add the following " \