Skip to content

Pass LOG_TIMESTAMPS configuration into the logger instances properly #1

@courajs

Description

@courajs

We check the environment for LOG_TIMESTAMPS configuration:

timestamps: process.env.LOG_TIMESTAMPS !== 'false'

But, we forget to pass it into the logger instances. We should be doing the same thing that we are for interactive:

interactive: createLogger.config.interactive,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions