Git Product home page Git Product logo

Comments (6)

dougwilson avatar dougwilson commented on May 6, 2024

I use this module all the time and they are never empty; the tests would also be failing if this were so. Please, can you post code that reproduces the issue?

By the way, :remote-user is always going to be empty unless you are using basic auth in your requests (the token comes from Apache for the Apache formats, which is why it is basic auth).

:response-time and :status are usually only empty if you are setting immediate: true in your options, since the logging will occur immediately, before you responded so it wouldn't have that information.

from morgan.

klinkov avatar klinkov commented on May 6, 2024

Thank you. Please, update README about :response-time and :status

from morgan.

dougwilson avatar dougwilson commented on May 6, 2024

Gotcha. Right now it does say

but data from the response cannot be logged (like the response code).

which status and response time are data from the response, and the status called out right there, but i agree it does need to be expanded. where else in the readme would you like it? i ask because you missed that one (which is perfectly fine :) ), so i just want to put it somewhere people are looking.

from morgan.

klinkov avatar klinkov commented on May 6, 2024

Hm.. i replace 'dev' to ':method :url :status :response-time ms - :res[content-Length]'
but res[content-Length] always empty again :(

As for your question, then mark the text in bold will be enough

from morgan.

dougwilson avatar dougwilson commented on May 6, 2024

Right now, res[content-Length] will always be blank if you are transferring your response in chunked mode. you'll want to explicitly set a Content-Length header to get around that (and not use things like compression, which forces you into chunked mode). supporting chunked mode in on the todo, but it's not easy to keep it from slowing down the responses.

from morgan.

klinkov avatar klinkov commented on May 6, 2024

Ok, don't worry about this. Thank you again

from morgan.

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.