You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm running the code in Ubuntu 20, with python3 and cpp14
I have a package with both python and cpp nodes, and I realize that my CPP logs are in UTC while the python logs are local time.
Hi,
I'm running the code in Ubuntu 20, with python3 and cpp14
I have a package with both python and cpp nodes, and I realize that my CPP logs are in UTC while the python logs are local time.
[ WARN] [21.10.2021 07:58:04 07:58:04 /camera]
[INFO] [21.10.2021 09:58:04 09:58:04 /controller]
my lunch file has the env at the beginning of the file
I tried to add the timezone
${time:%d.%m.%Y %H:%M:%S %z}
but only the python logs are affected.Do you know how I can solve this issue?
The text was updated successfully, but these errors were encountered: