This content has been marked as final.
Show 2 replies
-
1. Re: Correct timezone for application logger (WILDFLY)
mayerw01 Nov 25, 2019 4:27 AM (in response to sphola)You should add the user.timezone parameter in the JAVA_OPTS like
export JAVA_OPTS='-Duser.timezone="America/New_York"' -
2. Re: Correct timezone for application logger (WILDFLY)
sphola Nov 25, 2019 4:43 AM (in response to mayerw01)Thanks, i have added it in the standalone.conf
and it works