Skip to content

[Feature Request] Allow to disable console logging or allow to provide custom logger #53

@doctorrokter

Description

@doctorrokter

Hey!

In my Nest project I have a custom Logger implementation which is optimized for SumoLogic format. In case of errors I use my logger to print logs and @ntegral/nestjs-sentry to send error to Sentry. The problem is that lib by default also prints logs in default Nest format because of SentryService extends ConsoleLogger.

I would to have an ability to disable that default behaviour in order to keep my logs clean and without duplication.

Or, as another solution, would be great to have an ability to provide own custom logger to @ntegral/nestjs-sentry.

What do you think about that?

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