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

Do not start another logger in prometheus #2599

Merged
merged 1 commit into from
Oct 9, 2024

Conversation

cube0x8
Copy link
Contributor

@cube0x8 cube0x8 commented Oct 9, 2024

If a user starts a logger doing env_logger::init() in their fuzzer, it will collide with the logger started in prometheus (tide::log::start();).

@peterwhitingyb @domenukk what's the purpose of tide::log::start()? Should we remove it or it's me that doesn't know how to use env_logger?

@domenukk
Copy link
Member

domenukk commented Oct 9, 2024

Peter might know, but probably we don't need to keep this logger, I'll remove it for now

@domenukk domenukk merged commit 2b05e0a into AFLplusplus:main Oct 9, 2024
70 of 98 checks passed
riesentoaster pushed a commit to riesentoaster/LibAFL that referenced this pull request Dec 11, 2024
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