request-log-analyzer icon indicating copy to clipboard operation
request-log-analyzer copied to clipboard

Teaser check failed

Open jyr opened this issue 10 years ago • 2 comments

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?

jyr avatar Feb 12 '15 21:02 jyr

Can you try with --format rails3 ?

wvanbergen avatar Feb 23 '15 13:02 wvanbergen

I had the same issue with version 1.13.4 on Mac OS 10.9.4. It worked for me by adding --format rails3.

naturtrunken avatar Apr 22 '15 18:04 naturtrunken