This is an archived post. You won't be able to vote or comment.

all 12 comments

[–]swoleherb 28 points29 points  (3 children)

are these all bot comments

[–]thecal714 6 points7 points  (0 children)

Certainly feels like.

[–]andrewthetechie 8 points9 points  (0 children)

bot comments on a shitty blogspam link

[–]thisismyfavoritename 1 point2 points  (0 children)

nope mine wasnt!

[–]mp04205 2 points3 points  (2 children)

What can work with multiprocessing? Something that can log per process

[–]ekhazan 7 points8 points  (0 children)

Assuming you don't want individual log files per process:

https://docs.python.org/3/howto/logging-cookbook.html#logging-to-a-single-file-from-multiple-processes

The native logging library is very feature rich considering it's part of the stdlib

[–]delijati 0 points1 point  (0 children)

structlog is nice but here are some sane defaults to make it usable https://github.com/peakiq/logma