Add timestamp to log files
This commit is contained in:
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
# Learn more: http://github.com/javan/whenever
|
# Learn more: http://github.com/javan/whenever
|
||||||
|
|
||||||
set :output, Whenever.path + '/log/whenever.log'
|
set :output, Whenever.path + '/log/whenever_$(date +%Y%m%d%H%M%S).log'
|
||||||
|
|
||||||
every 1.day, at: '3:00 am' do
|
every 1.day, at: '3:00 am' do
|
||||||
rake 'detect_exercise_anomalies:with_at_least[50,50]'
|
rake 'detect_exercise_anomalies:with_at_least[50,50]'
|
||||||
|
Reference in New Issue
Block a user