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

Default config is not used when using FileSystem sink #491

Closed
leftieFriele opened this issue Jul 6, 2023 · 1 comment · Fixed by #492
Closed

Default config is not used when using FileSystem sink #491

leftieFriele opened this issue Jul 6, 2023 · 1 comment · Fixed by #492
Assignees
Labels
bug Something isn't working released

Comments

@leftieFriele
Copy link
Contributor

when starting the service locally with default config it outputs the invalid default from the service.

{
  "level":30,
  "time":1688645264310,
  "pid":14565,
  "hostname":"A121347-NO.local",
  "name":"my-server",
  "msg":"Server is running with the file system sink. Uploaded files will be stored under \"/var/folders/cw/627qzp413w5d4b02j49k3v9c0000gp/T/eik\""
}

the path does not match what is set in the service configuration, as the code module has a different configuration schema and does not use the parameters passed in.

Copy link

🎉 This issue has been resolved in version 2.0.163 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant