Skip to content

Change the way the logging is made quiet in server.js #61

Open
@julienw

Description

@julienw

Currently we shut down the logging if we're in the test environment (see

if (config.get('env') !== 'test') {
). This is both fragile and not effective -- for example it's still used in circleci.

Instead we should use an env variable to control this. One possibility is to shush it when using the env vairable QUIET.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions