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
This is almost certainly me doing something wrong. :-)
I'm setting two backends: one to stdout, one to a file. The file is successfully created and opened, but nothing is ever logged to it -- only to stdout. My simplified code looks like this:
What am I doing wrong? I've perused the various docs and I've tried some variations on the above but the same result: no error is ever reported, and the file is created successfully, but nothing is written to it, only stdout.
Thanks!
The text was updated successfully, but these errors were encountered:
This is almost certainly me doing something wrong. :-)
I'm setting two backends: one to stdout, one to a file. The file is successfully created and opened, but nothing is ever logged to it -- only to stdout. My simplified code looks like this:
What am I doing wrong? I've perused the various docs and I've tried some variations on the above but the same result: no error is ever reported, and the file is created successfully, but nothing is written to it, only stdout.
Thanks!
The text was updated successfully, but these errors were encountered: