79220612

Date: 2024-11-24 16:50:21
Score: 1
Natty:
Report link

Temporal uses the Go slog package with two handlers - json and text.

Setting --log-format to json alters the time format in the log such that the timezone offset is displayed. However there does not seem to be an option to perform automatic timezone conversion. It displays the current system time with additional timezone information.

temporal server start-dev --log-format json

Sample output in UTC timezone. Log Output in UTC timezone

Sample output in UTC+5:30 timezone. Log output with timezone in UTC+5:30

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Shanmugam Sudalaimuthu