Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Print session start time log with timezone #650

Open
cristhian-caballero opened this issue Oct 1, 2024 · 0 comments
Open

Print session start time log with timezone #650

cristhian-caballero opened this issue Oct 1, 2024 · 0 comments

Comments

@cristhian-caballero
Copy link

OpenTest version number: 1.4.2

Currently, Opentest server logs session start time in UTC. We wish to print that log with the timezone the server is (controlled via TZ environment variable)
Steps to reproduce:

  1. Start new test session
  2. Watch log

Relevant log information
(CURRENT):

15:29:36 |	| Sync server version: 1.4.2 2024-06-13 12:38:08 -0500 04ee795fbee12fb2ea4f71fb3f3ef28ebe714ecb
15:29:36 |	| Acquiring actors for session 1727810976: API-DB
15:29:36 |      | Session 1727810976 with label "test" started at 2024-10-01 19:29:36 UTC

(DESIRED):

13:30:07 |       | Sync server version: 1.4.2 2024-06-13 12:38:08 -0500 04ee795fbee12fb2ea4f71fb3f3ef28ebe714ecb
13:30:08 |       | Acquiring actors for session 1727811008: WEB
13:30:08 |       | Session 1727811008 with label "test" started at 2024-10-01 13:30:08 CST
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant