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: removing 'fn' from log line format #37

Merged

Conversation

Lucas-C
Copy link
Contributor

@Lucas-C Lucas-C commented Jan 23, 2025

Adressing those comments:

For now, I did not include the loc_.function_name() in the log line,
because it can be quite long and IMHO it makes logs harder to read
without providing much valuable information.

I think you were right with the function signature. It's cluttering output a lot. Even if it gives additional context, it's maybe not worth to clutter the text output so much.

This PR should also fix the pipeline: clang-format-18 has been applied to logging_test.cc

@felixguendling felixguendling merged commit d858ae8 into motis-project:master Jan 23, 2025
13 checks passed
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

Successfully merging this pull request may close these issues.

2 participants