Skip to content
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

[remote link] Made tracing optional #5345

Merged
merged 1 commit into from Aug 19, 2022
Merged

Commits on Aug 19, 2022

  1. [remote link] Made tracing optional

    The code always used system.out to print tracing information. This
    has been made optional with a system property `aQute.remote.util.Link.trace`,
    if it is set to "true", the trace will send output to the console. Otherwise
    it is silent.
    
    
    
    Signed-off-by: Peter Kriens <Peter.Kriens@aqute.biz>
    pkriens committed Aug 19, 2022
    Copy the full SHA
    252e1db View commit details
    Browse the repository at this point in the history