-
Notifications
You must be signed in to change notification settings - Fork 186
Description
HI,
I run request analizer works for develop.log works in OS X 10.9.4, but does not work with production.log and I have the results:
request-log-analyzer --debug log/production.log
production.log: 100% [==========================================================================================================================================================] Time: 00:18:47
Request summary
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Processed File: log/production.log
Parsed lines: 0
Skipped lines: 0
Parsed requests: 0
Skipped requests: 0
Warnings: teaser_check_failed: 227623
There were no requests analyzed.
Warnings during parsing
WARNING :teaser_check_failed on line 4793: Teaser matched for :processing, but full line did not:
"Processing by Admin::BookingsController#index as HTML\n"
WARNING :teaser_check_failed on line 4941: Teaser matched for :processing, but full line did not:
"Processing by EventSites::StaticPagesController#home as HTML\n"
WARNING :teaser_check_failed on line 4983: Teaser matched for :processing, but full line did not:
"Processing by Admin::EventNotificationsController#steps_to_publish as JS\n"
Any tip?