You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, calling zlog_init with a non-regular file (e.g., a directory)
didn’t return an error. The logger would have been configured the same
as with an empty file.
The file is now checked to ensure it is regular, and an error is returned
if it is not.
FixesHardySimpson#278.
Currently, calling zlog_init with a non-regular file (e.g., a directory)
didn’t return an error. The logger would have been configured the same
as with an empty file.
The file is now checked to ensure it is regular, and an error is returned
if it is not.
FixesHardySimpson#278.
When zlog_init is given a path to a non-regular file, it doesn't return an error. Instead, the logger is configured as if it was given an empty file.
For example, consider the following:
Shouldn't an error be returned in the last case?
The text was updated successfully, but these errors were encountered: