Re: RFR: 8051959: Option to print thread information in java.security.debug output [v2]

2024-03-13 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: Option to print thread information in java.security.debug output [v2]

2024-03-07 Thread Alan Bateman
On Wed, 6 Mar 2024 16:20:43 GMT, Sean Coffey wrote: >> src/java.base/share/classes/sun/security/util/Debug.java line 294: >> >>> 292: if (printThreadDetails) { >>> 293: retString = toHexString(Thread.currentThread().threadId()) >>> + "|" + >>> 294: Thread

Re: RFR: 8051959: Option to print thread information in java.security.debug output

2024-03-06 Thread Sean Coffey
On Wed, 6 Mar 2024 16:52:42 GMT, Bernd 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: Init

Re: RFR: 8051959: Option to print thread information in java.security.debug output

2024-03-06 Thread Bernd
On Fri, 1 Mar 2024 15:13:49 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: Initial

Re: RFR: 8051959: Option to print thread information in java.security.debug output

2024-03-06 Thread Sean Coffey
On Fri, 1 Mar 2024 15:25:57 GMT, Alan Bateman 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 : >> >> >> propertie

Re: RFR: 8051959: Option to print thread information in java.security.debug output

2024-03-01 Thread Alan Bateman
On Fri, 1 Mar 2024 15:13:49 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: Initial

RFR: 8051959: Option to print thread information in java.security.debug output

2024-03-01 Thread Sean Coffey
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: Initial security property: package.definition=sun.misc.,sun.reflect. properties