Re: RFR: 8051959: Add decorator options for java.security.debug output [v2]

2024-03-18 Thread Sean Mullan
On Thu, 7 Mar 2024 11:57:07 GMT, Sean Coffey wrote: >> Proposal to improve the `java.security.debug` output so that options exist >> to add thread ID, thread name, source of log record and a timestamp >> information to the output. >> >> examples: >> format without patch : >> >> >> properties

Re: RFR: 8051959: Add decorator options for java.security.debug output [v2]

2024-03-16 Thread Sean Mullan
On Thu, 14 Mar 2024 17:13:15 GMT, Sean Coffey wrote: >> src/java.base/share/classes/sun/security/util/Debug.java line 181: >> >>> 179: d.printDateTime = getConfigInfo(option, "+timestamp"); >>> 180: if (d.printDateTime && !dateTimeFormatInitialized) { >>> 181:

Re: RFR: 8051959: Add decorator options for java.security.debug output [v2]

2024-03-16 Thread Sean Mullan
On Thu, 7 Mar 2024 11:57:07 GMT, Sean Coffey wrote: >> Proposal to improve the `java.security.debug` output so that options exist >> to add thread ID, thread name, source of log record and a timestamp >> information to the output. >> >> examples: >> format without patch : >> >> >> properties

Re: RFR: 8051959: Add decorator options for java.security.debug output [v2]

2024-03-15 Thread Bernd
On Thu, 7 Mar 2024 11:57:07 GMT, Sean Coffey wrote: >> Proposal to improve the `java.security.debug` output so that options exist >> to add thread ID, thread name, source of log record and a timestamp >> information to the output. >> >> examples: >> format without patch : >> >> >> properties

Re: RFR: 8051959: Add decorator options for java.security.debug output [v2]

2024-03-14 Thread Sean Coffey
On Wed, 13 Mar 2024 19:30:40 GMT, Sean Mullan wrote: >> Sean Coffey has updated the pull request incrementally with one additional >> commit since the last revision: >> >> use default hex output > > src/java.base/share/classes/sun/security/util/Debug.java line 75: > >> 73: if (ar