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
On following the Getting-Started Guide, storing the given config and calling openwec db init as instructed fails with the following error:
openwec db init
openwec/doc/getting_started.md
Lines 34 to 51 in 3816111
An error occurred: Failed to retrieve configuration: TOML parse error at line 1, column 1 | 1 | # /etc/openwec.conf.toml | ^ missing field `logging`
Adding the line
[logging]
to the config resolves the issue.
The text was updated successfully, but these errors were encountered:
Hi! Nice catch 😄
This has been fixed in #108 (6b0d199) which should be merged very soon.
Sorry, something went wrong.
#108 has been merged.
No branches or pull requests
On following the Getting-Started Guide, storing the given config and calling
openwec db init
as instructed fails with the following error:openwec/doc/getting_started.md
Lines 34 to 51 in 3816111
Adding the line
to the config resolves the issue.
The text was updated successfully, but these errors were encountered: