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

Open
leftieFriele opened this issue Jul 6, 2023 · 0 comments · May be fixed by #492
Open

Default config is not used when using FileSystem sink #491

leftieFriele opened this issue Jul 6, 2023 · 0 comments · May be fixed by #492
Assignees
Labels
bug Something isn't working

Comments

@leftieFriele
Copy link

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.

@leftieFriele leftieFriele added the bug Something isn't working label Jul 6, 2023
@leftieFriele leftieFriele self-assigned this Jul 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant