RFR: 8340363: Tag-specific default decorators for UnifiedLogging
David Holmes
dholmes at openjdk.org
Tue Sep 24 07:46:39 UTC 2024
On Tue, 24 Sep 2024 07:19:21 GMT, Antón Seoane <duke at openjdk.org> wrote:
> I am not planning on changing the design idea of "decorators associated with output device". This PR enables having defaults for -Xlog-selected tagsets, but once the output device is configured we will end up with the same decorators throughout
Sorry can you please clarify exactly how these compose. If I set one set of defaults for tags A+B and another set for C+D, then what happens if I specify `-Xlog:A+B,C+D`? And what happens if I configure decorators for say stdout and in addition enable A+B on stdout - what is the resulting set of decorators? Thanks
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20988#issuecomment-2370444955
More information about the serviceability-dev
mailing list