request-log-analyzer
request-log-analyzer copied to clipboard
Teaser check failed
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?
Can you try with --format rails3
?
I had the same issue with version 1.13.4 on Mac OS 10.9.4. It worked for me by adding --format rails3.