GithubHelp home page GithubHelp logo

how to custom timestamp? about nestjs-toolbox HOT 8 CLOSED

lupu60 avatar lupu60 commented on May 23, 2024
how to custom timestamp?

from nestjs-toolbox.

Comments (8)

zieglar avatar zieglar commented on May 23, 2024 1

ok, thank you.

from nestjs-toolbox.

lupu60 avatar lupu60 commented on May 23, 2024

Hello @zieglar, on which logger are you interested?

from nestjs-toolbox.

zieglar avatar zieglar commented on May 23, 2024

winston

from nestjs-toolbox.

lupu60 avatar lupu60 commented on May 23, 2024

Ok, then I will release a new version with the option of customFormatter for the Winston logger.
You can find the examples here: https://github.com/winstonjs/winston#formats
Here is the default formatter:

You can basically copy and paste this function and pass it as an argument to the WinstonLogger constructor().

By doing this you can format not only the timestamp but all the params from the message.

from nestjs-toolbox.

lupu60 avatar lupu60 commented on May 23, 2024

Version 0.0.16 is up 👍

from nestjs-toolbox.

zieglar avatar zieglar commented on May 23, 2024

now new format is ok, but I think why we don't pass this format to winston config for modify timestamp format. winston issue :)

winston.createLogger({
    level: ...
    format: winston.format.combine(
        winston.format.label({ label: '[my-label]' }),
        winston.format.timestamp({
            format: 'YYYY-MM-DD HH:mm:ss'
        }),
        winston.format.simple()
    ),
    transports: ...
});

from nestjs-toolbox.

lupu60 avatar lupu60 commented on May 23, 2024

Nice. If you want you can open a pr.

from nestjs-toolbox.

zieglar avatar zieglar commented on May 23, 2024

submited, please check and merge.

from nestjs-toolbox.

Related Issues (10)

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.