Withdrawn: 8340363: Tag-specific default decorators for UnifiedLogging

2024-10-07 Thread Antón Seoane
On Fri, 13 Sep 2024 09:03:55 GMT, Antón Seoane wrote: > Hi all, > > Currently, the Unified Logging framework defaults to three decorators > (uptime, level, tags) whenever the user does not specify otherwise through > `-Xlog`. This can result in cumbersome input whenever a spe

Re: RFR: 8340363: Tag-specific default decorators for UnifiedLogging [v4]

2024-10-07 Thread Antón Seoane
On Tue, 24 Sep 2024 16:43:57 GMT, Antón Seoane wrote: >> Hi all, >> >> Currently, the Unified Logging framework defaults to three decorators >> (uptime, level, tags) whenever the user does not specify otherwise through >> `-Xlog`. This can result in cumbersome

Re: RFR: 8340363: Tag-specific default decorators for UnifiedLogging [v4]

2024-09-27 Thread Antón Seoane
On Tue, 24 Sep 2024 16:43:57 GMT, Antón Seoane wrote: >> Hi all, >> >> Currently, the Unified Logging framework defaults to three decorators >> (uptime, level, tags) whenever the user does not specify otherwise through >> `-Xlog`. This can result in cumbersome

Re: RFR: 8340363: Tag-specific default decorators for UnifiedLogging [v4]

2024-09-24 Thread Antón Seoane
t; version > of the existing "uptime-level-tags" current defaults. > > Please consider this PR, and thanks! Antón Seoane has updated the pull request incrementally with one additional commit since the last revision: Removed whitespace - Changes: - all: https:

Re: RFR: 8340363: Tag-specific default decorators for UnifiedLogging [v3]

2024-09-24 Thread Antón Seoane
t; version > of the existing "uptime-level-tags" current defaults. > > Please consider this PR, and thanks! Antón Seoane has updated the pull request incrementally with one additional commit since the last revision: Initialization of _decorators field in logDecorators -

Re: RFR: 8340363: Tag-specific default decorators for UnifiedLogging [v2]

2024-09-24 Thread Antón Seoane
t; version > of the existing "uptime-level-tags" current defaults. > > Please consider this PR, and thanks! Antón Seoane has updated the pull request incrementally with two additional commits since the last revision: - Test adaptations to new focus - Grouping all defaults toge

Re: RFR: 8340363: Tag-specific default decorators for UnifiedLogging

2024-09-24 Thread Antón Seoane
On Fri, 13 Sep 2024 09:03:55 GMT, Antón Seoane wrote: > Hi all, > > Currently, the Unified Logging framework defaults to three decorators > (uptime, level, tags) whenever the user does not specify otherwise through > `-Xlog`. This can result in cumbersome input whenever a spe

Re: RFR: 8340363: Tag-specific default decorators for UnifiedLogging

2024-09-24 Thread Antón Seoane
On Fri, 13 Sep 2024 09:03:55 GMT, Antón Seoane wrote: > Hi all, > > Currently, the Unified Logging framework defaults to three decorators > (uptime, level, tags) whenever the user does not specify otherwise through > `-Xlog`. This can result in cumbersome input whenever a spe

Re: RFR: 8340363: Tag-specific default decorators for UnifiedLogging

2024-09-24 Thread Antón Seoane
On Thu, 19 Sep 2024 07:08:56 GMT, Roberto Castañeda Lozano wrote: >> Hi all, >> >> Currently, the Unified Logging framework defaults to three decorators >> (uptime, level, tags) whenever the user does not specify otherwise through >> `-Xlog`. This can result in cumbersome input whenever a spe

Re: RFR: 8340363: Tag-specific default decorators for UnifiedLogging

2024-09-24 Thread Antón Seoane
On Thu, 19 Sep 2024 01:33:53 GMT, David Holmes wrote: >> Hi all, >> >> Currently, the Unified Logging framework defaults to three decorators >> (uptime, level, tags) whenever the user does not specify otherwise through >> `-Xlog`. This can result in cumbersome input whenever a specific user th