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

Warnings printed when config.properties is not available #599

Open
stefanogermano opened this issue Jul 8, 2023 · 0 comments
Open

Warnings printed when config.properties is not available #599

stefanogermano opened this issue Jul 8, 2023 · 0 comments

Comments

@stefanogermano
Copy link

Describe the bug

Several warnings are printed if there is not a config.properties file:

[main] WARN widoco.Configuration - Error while reading configuration properties from [[...]/config/config.properties]: [...]/config/config.properties (No such file or directory)
[main] WARN widoco.Configuration - Error while loading the default property file: [...]/config/config.properties (No such file or directory)
[main] WARN widoco.Configuration - Error while reading configuration properties from []:  (No such file or directory)
[main] WARN widoco.Configuration - Error while reading configuration properties from []:  (No such file or directory)

To Reproduce

Steps to reproduce the behavior:

  1. Run Widoco without a config.properties file

Expected behavior

No warnings should appear.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant