Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Discussion options

Hello there,

Is there a way to completely disable logging with an SBT task or from other parts of the source code?

Cheers,
Csaba

You must be logged in to vote

Replies: 1 comment

Comment options

Add the slf4j-nop logging provider to the runtime classpath. Remove all other slf4j logging providers from the runtime classpath.

slf4j-nop-2.0.6.jar
Binding/provider for NOP, silently discarding all logging.
https://www.slf4j.org/manual.html

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
🙏
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #355 on December 16, 2022 01:37.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.