myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [3428] trunk/config/environments/production.rb: r


From: noreply
Subject: [myexperiment-hackers] [3428] trunk/config/environments/production.rb: removed PID from log filenames
Date: Fri, 15 Feb 2013 17:15:11 +0000 (UTC)

Revision
3428
Author
dgc
Date
2013-02-15 17:15:11 +0000 (Fri, 15 Feb 2013)

Log Message

removed PID from log filenames

Modified Paths

Diff

Modified: trunk/config/environments/production.rb (3427 => 3428)


--- trunk/config/environments/production.rb	2013-02-15 16:54:18 UTC (rev 3427)
+++ trunk/config/environments/production.rb	2013-02-15 17:15:11 UTC (rev 3428)
@@ -4,7 +4,7 @@
 # Code is not reloaded between requests
 config.cache_classes = true
 
-config.log_path="log/production.#{Time.new().strftime(fmt='%Y%m%d')}.#{Process.pid}.log"
+config.log_path="log/production.#{Time.new().strftime(fmt='%Y%m%d')}.log"
 
 # Full error reports are disabled and caching is turned on
 config.action_controller.consider_all_requests_local = false

reply via email to

[Prev in Thread] Current Thread [Next in Thread]