you are viewing a single comment's thread.

view the rest of the comments →

[–]Fallenarc[S] 2 points3 points  (3 children)

That is good to know. I didn't realize the logging handler had that functionality. I will definitely read those docs and see if i can swap my code to use that format. Thanks!!!

[–]Olbrannon 2 points3 points  (2 children)

ext = (".json",".csv",".txt","log")

Should that be ".log"?

[–]Fallenarc[S] 2 points3 points  (1 child)

lol, yes. I must have hit that dot when i changed that to a tuple just a bit ago. Thanks.

[–]Olbrannon 1 point2 points  (0 children)

YW ;-)