mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
parse logs fix
This commit is contained in:
parent
88503191bd
commit
92c23cdc38
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -15,7 +15,7 @@ task :default => :test
|
|||
|
||||
desc "parse logs"
|
||||
task :parse_logs => [:environment] do
|
||||
Dir["/home/web/proxy/logs/*.log"].each do |log_path|
|
||||
Dir[File.join($config['logs_path'], '*.log')].each do |log_path|
|
||||
hits = {}
|
||||
visits = {}
|
||||
visit_ips = {}
|
||||
|
|
Loading…
Add table
Reference in a new issue