zlog icon indicating copy to clipboard operation
zlog copied to clipboard

zlog_init: Initializing zlog with a path to a directory doesn't result in an error

Open iancuivasciuc opened this issue 1 year ago • 1 comments

If we try to initialize zlog with a wrong path to a file, we will get an error. Instead, if we try to initialize zlog with a wrong path which points to a valid directory, we won't get any error. It would be the same as if we tried to initialized it with an empty file.

iancuivasciuc avatar Jul 15 '24 10:07 iancuivasciuc

Thanks for the report. Happy to accept PRs that fix any issues.

dotnwat avatar Jul 16 '24 00:07 dotnwat

I made a mistake. I wanted to create an issue to another zlog project.

iancuivasciuc avatar Nov 10 '24 23:11 iancuivasciuc