-
-
Notifications
You must be signed in to change notification settings - Fork 305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Option to disable trace logs in aQute.remote.util.Link<L, R>
#5240
Comments
The logging is SLF4J logging so you have complete control over the log output. When using the slf4j-simple binding, you can use the system property |
When launching Bndtools for testing/debugging, we use the logback slf4j binding with this configuration file to control the log levels for various loggers. |
I think we need to introduce logging support here |
In the title of this issue you named |
Yeah, you are right. It was confusing. My bad!! I will change it right away. |
aQute.lib.link.Link<L, R>
aQute.remote.util.Link<L, R>
Closed by #5345 |
External applications could make use of Bnd Remote Agent to connect to remote runtimes and the trace logs appear consistently and pollutes the remote runtime console heavily. It would be better to introduce a system property to disable the logging on demand.
The text was updated successfully, but these errors were encountered: