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

Fixes start logging if incorrect config #539

Merged
merged 0 commits into from
May 25, 2024

Conversation

asm0dey
Copy link

@asm0dey asm0dey commented Mar 11, 2024

If the application can not find the path.properties file for whatever
reason, it won't even log the error because the logger fiesd is not
initialized yet to th moment when the loadAppProperties function
called.

Also, the log line is incorrect, it should contain {} to actually
allow logging of the missing path.

Also, it makes sense to log the absolute path instead of relative for
user to know where to look for it.

@yermak yermak merged commit 2389a46 into yermak:development May 25, 2024
1 of 5 checks passed
@asm0dey
Copy link
Author

asm0dey commented May 25, 2024

Thank you!

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

Successfully merging this pull request may close these issues.

None yet

2 participants