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

struct_log: removed the need to have the index file in debug mode #30

Merged
merged 2 commits into from
Sep 9, 2024

Conversation

gbin
Copy link
Collaborator

@gbin gbin commented Sep 9, 2024

I encountered a bug with the current implementation when you want to use the standard logger on top of the structed one in a debug build on ARM. This completely removes the need to copy the index with the executable when you just want to debug something quick.

This fixes #31 and generally improves the user experience.

@gbin gbin merged commit 7acd3e0 into master Sep 9, 2024
2 checks passed
@gbin gbin deleted the gbin/better_std_log branch September 9, 2024 18:01
gbin added a commit that referenced this pull request Oct 23, 2024
* struct_log: removed the need to have the index file in debug mode

* Missed a spot
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.

MDB from the structlogging cannot be reread on 32bit Arm targets for some reasons.
1 participant