1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

remove unnecessary ENV[] from log:clear example [ci skip]

This commit is contained in:
yuuji.yaginuma 2016-01-16 13:27:20 +09:00
parent 6cbb253806
commit 6f0bbce50b

View file

@ -6,7 +6,7 @@
Specify which logs to clear when using the `rake log:clear` task, e.g. `rake log:clear LOGS=test,staging`
Clear all logs from log/*.log e.g. `rake log:clear ENV['LOGS']=all`
Clear all logs from log/*.log e.g. `rake log:clear LOGS=all`
By default `rake log:clear` clears standard environment log files i.e. 'development,test,production'