E-Tag cache hit in one debug line
authorDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 17 Jan 2013 16:41:10 +0000 (17:41 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 17 Jan 2013 16:41:10 +0000 (17:41 +0100)
angular-server.pl

index cb998ad..80d2392 100755 (executable)
@@ -272,7 +272,7 @@ hook after_dispatch => sub {
        my $browser_etag = $self->req->headers->header('If-None-Match');
        return unless $browser_etag && $browser_etag eq $our_etag;
 
-       $self->app->log->info("HTTP cache hit ", dump( $self->req->url->to_string ), $our_etag );
+       $self->app->log->debug("HTTP cache hit " . $self->req->url->to_string . " $our_etag" );
 
        $self->res->code(304);
        $self->res->body('');