bisq-network / bisq

A decentralized bitcoin exchange network
https://bisq.network
GNU Affero General Public License v3.0
4.64k stars 1.26k forks source link

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

Closed stejbac closed 1 month ago

stejbac commented 2 months ago

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.)