-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
crash when 'target' key is set in config.yaml #1259
Comments
Thanks for reporting! Until 0.5.0 is released with the fix from #1260, you'll have to not provide
|
rfratto
added a commit
to rfratto/loki
that referenced
this issue
Nov 13, 2019
The module name field in the config could not be unmarshalled from a string, causing parsing the config to crash. This commit also changes the error message when the config could not be parsed to print directly to stderr, as the logger won't be initialized at the point where parsing the config fails, leading to no output in the console. Fixes grafana#1259.
rfratto
added a commit
that referenced
this issue
Nov 13, 2019
The module name field in the config could not be unmarshalled from a string, causing parsing the config to crash. This commit also changes the error message when the config could not be parsed to print directly to stderr, as the logger won't be initialized at the point where parsing the config fails, leading to no output in the console. Fixes #1259.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
If I set
target: "all"
into config.yaml, loki crash instantly without logTo Reproduce
Steps to reproduce the behavior:
target: "all"
to config.yamlecho $?
-> 1)Expected behavior
No crash or log with information about the crash
Environment:
The text was updated successfully, but these errors were encountered: