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:
parent
6cbb253806
commit
6f0bbce50b
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue