logme
logme copied to clipboard
logme in not Thread Safe
While inside a daemon python thread log me will output twice:
- Good Log - with colors and the correct format -> {asctime} - {name} - {levelname} - {message}
- Bad log: without colors and bad format -> {levelname}:{name}:{message}
Hi there! Sorry for the late response. I had been quite busy with my real work. Could you give me a bit more context so I can reproduce this?
Thanks!