Timestamp format in ORDS log
Hello,
We are running ORDS 20.2 in standalone mode in Red Hat Linux.
ORDS log is generated but the timestamps in the log are in GMT timezone. How do you change it?
Example from log file:
2023-08-01T04:14:18.975Z INFO Configuration properties for: |apex||
I would like the above line in server timezone format which is:
date
Mon Jul 31 23:14:18 CDT 2023
I already tried follow but it did not change the format
java -Duser.timezone=America/Chicago -jar ords.war standalone
Thank you in advance for your help.