Can /api/status be excludes from being logged?

Hi,

my loadbalancers are checking the url /api/status each second. Can I prevent this event this url from being logged because I don't need this information in log.

log is currently set to:

logging.silent: false
logging.quiet: false
logging.verbose: false

Thanks, Andreas

Hey @asp!

There's no way to suppress logs just for that URL. You've found the relevant controls for changing logging settings.

Your best bet would be to filter it out in whatever you're using to monitor your logs.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.