Giter Club home page Giter Club logo

Comments (4)

kassner avatar kassner commented on June 8, 2024

You can either parse all lines and filter out the ones that you don't need or configure your webserver to only log the requests you want to a separate file.

from log-parser.

wabsa avatar wabsa commented on June 8, 2024

Thanks, another question what is correct format for HTTP/2.0 got format exception if we use http/2.0
heres my current format:

$parser->setFormat('%h %l %u %t "%r" %>s %O "%{Referer}i" \"%{User-Agent}i" "%D.%T sec"');

Here's the actual logs:

127.0.0.1 - - [16/Aug/2017:17:46:05 +0000] "GET /api/test?api_token=ajsdfhasdj HTTP/2.0" 422 211 "-" "Mozilla/5.0 (X11; Linux x8 6_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36" "-" "0.069 sec"

and here's the log format of my nginx:


log_format  main  '$remote_addr - $remote_user [$time_local] "$request" '
                      '$status $body_bytes_sent "$http_referer" '
                      '"$http_user_agent" "$http_x_forwarded_for" "$request_time sec"';

from log-parser.

kassner avatar kassner commented on June 8, 2024

You can either use a custom format like mentioned in #26 or use the feature/http2 branch, but I am not sure yet when to release that because I haven't been able to create any tests for it.

from log-parser.

wabsa avatar wabsa commented on June 8, 2024

Thanks! I will pull your http2 branch for now.

from log-parser.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.