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

Tidy logback files & add space back to log pattern #7089

Conversation

stejbac
Copy link
Contributor

@stejbac stejbac commented May 1, 2024

Uniformise the log patterns somewhat, by making the Logger classname field width either 15 for the seednode & statsnode, or 40 for the other applications (lengthened from 30 in a few cases).

Also clean up the logback.xml files somewhat, in particular removing references to the old Thali Tor library, which was replaced years ago with our own fork of NetLayer.

Finally, add a missing space back to the log pattern for bisq-desktop, to prevent DEBUG, ERROR or TRACE lines appearing as follows:

  ... [JavaFX Application Thread] ERRORb.c.s.CommonSetup: ...

(It isn't clear whether this recently introduced behaviour was really intentional, though it did prevent two consecutive spaces appearing in the majority INFO log lines.)

Uniformise the log patterns somewhat, by making the 'Logger' classname
field width either 15 for the seednode & statsnode, or 40 for the other
applications (lengthened from 30 in a few cases).

Also clean up the logback XML files somewhat, in particular removing
references to the old Thali (thaliproject/Tor_Onion_Proxy_Library) Tor
library, which was replaced years ago with our own fork of NetLayer
(https://github.com/cd2357/netlayer).

Finally, add a missing space back to the log pattern for bisq-desktop,
to prevent DEBUG, ERROR or TRACE lines appearing as follows:

  ... [JavaFX Application Thread] ERRORb.c.s.CommonSetup: ...

(It isn't clear whether this recently introduced behaviour was really
intentional, though it did prevent two consecutive spaces appearing in
the majority INFO log lines.)
@stejbac stejbac force-pushed the add-missing-space-to-log-pattern branch from 5581ed2 to 92da795 Compare May 1, 2024 23:58
Copy link
Collaborator

@HenrikJannsen HenrikJannsen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK

Copy link
Contributor

@alejandrogarcia83 alejandrogarcia83 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK

@alejandrogarcia83 alejandrogarcia83 merged commit 09ae097 into bisq-network:master May 9, 2024
1 of 3 checks passed
@alejandrogarcia83 alejandrogarcia83 added this to the v1.9.16 milestone May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants