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
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:
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
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
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