Skip to content

Do not use the .log function #269

Description

@binarykitchen

console.log("Hello") doesn't come with any proper levels nor semantics.

Your package nodejs-whisper crashes with a popular logger framework like Pino.js. Pino omits the log method intentionally to enforce strict semantic log levelling.

Also, RFC 5424 says the same: A generic .log() function lacks explicit severity context.

So, please change any .log calls to either info or debug, whatever. Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions