AudioBookConverter icon indicating copy to clipboard operation
AudioBookConverter copied to clipboard

Fixes start logging if incorrect config

Open asm0dey opened this issue 1 year ago • 0 comments

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.

asm0dey avatar Mar 11 '24 11:03 asm0dey