mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
world writable might be a bit too open...
This commit is contained in:
parent
7025d7769d
commit
d69e0ad39a
1 changed files with 2 additions and 1 deletions
|
@ -47,7 +47,8 @@ INFO
|
|||
logger = ActiveSupport::TaggedLogging.new(ActiveSupport::Logger.new(STDERR))
|
||||
logger.level = ActiveSupport::Logger::WARN
|
||||
logger.warn(
|
||||
"Rails Error: Unable to access log file. Please ensure that #{path} exists and is chmod 0666. " +
|
||||
"Rails Error: Unable to access log file. Please ensure that #{path} exists and is writable " +
|
||||
"(ie, make it writable for user and group: chmod 0664 #{path}). " +
|
||||
"The log level has been raised to WARN and the output directed to STDERR until the problem is fixed."
|
||||
)
|
||||
logger
|
||||
|
|
Loading…
Reference in a new issue