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

Problem: When zauth unable to load password file it uses zsys info instead of warn #2281

Open
BHare1985 opened this issue Mar 27, 2024 · 0 comments

Comments

@BHare1985
Copy link
Contributor

BHare1985 commented Mar 27, 2024

Solution: Use zsys_warning to match official project malamute's behavior

Problem line: https://github.com/zeromq/czmq/blob/master/src/zauth.c#L137

When debugging zeromq/malamute#335 I noticed differing behavior where if the client or server was unable to load a .cfg file then it would give zsys_warning see line here where as czmq when using the zauth actor only uses zsys_info when it cannot load a config file. This means it would be missed in tests/prod unless VERBOSE is on - this seems more like a warning to me

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

No branches or pull requests

1 participant