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

file_observer prints real numbers with low precision #618

Open
kyllingstad opened this issue Oct 7, 2020 · 0 comments
Open

file_observer prints real numbers with low precision #618

kyllingstad opened this issue Oct 7, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@kyllingstad
Copy link
Member

It looks like file_observer simply uses the default precision for real numbers, which is only 6 digits. This is vastly insufficient for many purposes. (The case that prompted me to write this report is latitude and longitude, quite common in the maritime domain.)

Either, real numbers should be printed with maximum precision, or it should be configurable in LogConfig.xml.

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

No branches or pull requests

1 participant