Skip to content

HttpConnector: controlling verbosity of default log message for incoming request #481

Description

@cunger

It's a small thing: The HttpConnector currently logs 'Handling event' for each incoming request:

this.app.getLogger().info('Handling event')

I'm not sure what your strategy is, but would it be possible to either remove this log message or add a way to control verbosity in this case?

The reason I'm asking is that my Reshuffle app is running in the cloud and the load balancer pings it every minute or so to see whether it's healthy. I want the health endpoint to be silent, because it just adds a lot of superfluous logging that hides the more important log messages.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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