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

Log timestamps have wrong milliseconds #1932

Closed
JakubSosnovec opened this issue Mar 1, 2023 · 0 comments · Fixed by #1933
Closed

Log timestamps have wrong milliseconds #1932

JakubSosnovec opened this issue Mar 1, 2023 · 0 comments · Fixed by #1933
Assignees
Labels
bug Something isn't working

Comments

@JakubSosnovec
Copy link
Contributor

Required information

Operating system:
Ubuntu 20

Compiler version:
Doesnt matter

Eclipse iceoryx version:
master branch

Observed result or behaviour:
Just try to run iox-roudi with debug logs:

./iox-roudi  -l debug
2023-03-01 10:38:01.595 [Info ]: No config file provided and also not found at '/etc/iceoryx/roudi_config.toml'. Falling back to built-in config.
2023-03-01 10:38:01.752 [Debug]: Trying to reserve 66638952 bytes in the shared memory [iceoryx_mgmt]
2023-03-01 10:38:01.022 [Debug]: Acquired 66638952 bytes successfully in the shared memory [iceoryx_mgmt]
2023-03-01 10:38:01.955 [Debug]: Registered memory segment 0x7fb4c4fe2000 with size 66638952 to id 1
2023-03-01 10:38:01.866 [Debug]: Trying to reserve 149264720 bytes in the shared memory [jakub]
2023-03-01 10:38:01.782 [Debug]: Acquired 149264720 bytes successfully in the shared memory [jakub]
2023-03-01 10:38:01.451 [Debug]: Roudi registered payload data segment 0x7fb4bc188000 with size 149264720 to id 2

The milliseconds parts of the timestamps are a bit wrong, right?

Expected result or behaviour:
Milliseconds should be correct.

Conditions where it occurred / Performed steps:
Just build with default CMake config and run roudi with -l debug.

JakubSosnovec added a commit to JakubSosnovec/iceoryx that referenced this issue Mar 1, 2023
JakubSosnovec added a commit to JakubSosnovec/iceoryx that referenced this issue Mar 1, 2023
JakubSosnovec added a commit to JakubSosnovec/iceoryx that referenced this issue Mar 1, 2023
@mossmaurice mossmaurice added the bug Something isn't working label Mar 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants