How to change time zone in event.log of hive-mq ce

After searching through hivemq documentation when I could not find how to change the timezone, I could stumled on to this SO post that shows how the timezone pattern in a logback yaml file is changed. I could not find any yaml file in config files of hivemq. How do we fix the time zone?
Note: I just want the time zone of event.log to be local timezone. The ubuntu server is already sycnched with NTS clock and shows local time.

Sample event.log file.

2022-05-05 16:04:09,507 - Client ID: mosq-gXBou1KuEBVKMnl6dc session has expired at 2022-05-05 16:01:31. All persistent data for this client has been removed.
2022-05-05 16:11:21,557 - Client ID: mosq-Y6icOMtuP6UdsxdbR5 session has expired at 2022-05-05 16:01:31. All persistent data for this client has been removed.
2022-05-05 16:11:35,085 - Client ID: TERM2, IP: 49.205.128.126 was disconnected. reason: Client was idle for too long.
2022-05-05 16:11:44,500 - Client ID: TERM1, IP: 49.205.128.126 was disconnected. reason: Client was idle for too long.
2022-05-05 16:16:25,575 - Client ID: mosq-KPAAcBtF6dyJSb9teE session has expired at 2022-05-05 16:01:31. All persistent data for this client has been removed.
2022-05-05 16:17:13,581 - Client ID: mosq-mVAoRbi2UxxXcYLa4K session has expired at 2022-05-05 16:01:31. All persistent data for this client has been removed.
2022-05-05 16:22:49,600 - Client ID: TERM2 session has expired at 2022-05-05 16:11:35. All persistent data for this client has been removed.
2022-05-05 16:25:45,614 - Client ID: TERM1 session has expired at 2022-05-05 16:11:44. All persistent data for this client has been removed.

Hi @sanjmeh,

you can find the logback xml file in the conf folder, there you can apply your pattern.

Greetings,
Michael