Is it possible to change the time displayed in the Appian logs? Currently the l

Is it possible to change the time displayed in the Appian logs? Currently the log times are displayed in GMT and there is a need to display the time in local time format.

OriginalPostID-170296

OriginalPostID-170296

  Discussion posts and replies are publicly visible

  • Hello, while changing the timezone in the logs is possible it is strongly recommended that you do not change it. This change would not affect just the logs but other parts of the system and could lead to errors with calendar/date functions.
  • Just to complement what Sean mentioned. Keep in mind that the timezone of the logs is tight to the app server JVM timezone and changing it to something else than GMT will make your environment run into an unsupported configuration.

    As a safety measure, in most recent hotfixes Appian now prevents you from starting the app server if the timezone is not GMT. See hotfixes release notes for more information. This is a clear example of the importance of GMT as the timezone in the JVM.