We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reported by eta in #ergo. This almost seems like a debugging print that got left in the release:
ergo/irc/config.go
Lines 1129 to 1131 in c67835c
We can't log at level debug because we don't have the actual logger yet. Let's print the variable name but not the value.
The text was updated successfully, but these errors were encountered:
Incidentally, an envvar override with an invalid format will panic
Lines 1047 to 1048 in c67835c
(never mind, I forgot how os.Environ works)
Sorry, something went wrong.
fix ergochat#2129
d0bb252
Don't print the values of environment variable overrides, just the keys
681e8b1
No branches or pull requests
Reported by eta in #ergo. This almost seems like a debugging print that got left in the release:
ergo/irc/config.go
Lines 1129 to 1131 in c67835c
We can't log at level debug because we don't have the actual logger yet. Let's print the variable name but not the value.
The text was updated successfully, but these errors were encountered: