Closed hamsterchub closed 1 week ago
The issue was a missing "not" qualifier at the beginning of the file handler logger function where it would always exit early after trying to create the logger directory UNLESS the OS call failed. This is backwards, since we should only leave the function early if the OS call failed. Fix was simple!
See above
Yep :(