Skip to content

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

Merged
gbin merged 2 commits into
masterfrom
gbin/better_std_log
Sep 9, 2024
Merged

struct_log: removed the need to have the index file in debug mode#30
gbin merged 2 commits into
masterfrom
gbin/better_std_log

Conversation

@gbin

@gbin gbin commented Sep 9, 2024

Copy link
Copy Markdown
Collaborator

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 force-pushed the gbin/better_std_log branch from e3504ea to 4453f89 Compare September 9, 2024 17:37
@gbin gbin merged commit 7acd3e0 into master Sep 9, 2024
@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
@makeecat makeecat added enhancement New feature or request bug Something isn't working and removed enhancement New feature or request labels Jan 21, 2026
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 this pull request may close these issues.

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

2 participants