H hzq200409 Active Member Licensed User Dec 29, 2023 #1 Hello, everyone! Does anyone know how to set jetty request log time to follow the system time zone and log file name format?
Hello, everyone! Does anyone know how to set jetty request log time to follow the system time zone and log file name format?
tchart Well-Known Member Licensed User Longtime User Dec 29, 2023 #2 I don’t believe it can be changed. Web logs are a prescribed format and date times are always in UTC to avoid confusion. Upvote 0
I don’t believe it can be changed. Web logs are a prescribed format and date times are always in UTC to avoid confusion.
H hzq200409 Active Member Licensed User Dec 29, 2023 #3 tchart said: I don’t believe it can be changed. Web logs are a prescribed format and date times are always in UTC to avoid confusion. Click to expand... I think so. Because you can search for them to change in the way that you modify the configuration file. But I don't know how to programmatically change it. Upvote 0
tchart said: I don’t believe it can be changed. Web logs are a prescribed format and date times are always in UTC to avoid confusion. Click to expand... I think so. Because you can search for them to change in the way that you modify the configuration file. But I don't know how to programmatically change it.