logme icon indicating copy to clipboard operation
logme copied to clipboard

logme in not Thread Safe

Open pygarap opened this issue 6 years ago • 1 comments

While inside a daemon python thread log me will output twice:

  1. Good Log - with colors and the correct format -> {asctime} - {name} - {levelname} - {message}
  2. Bad log: without colors and bad format -> {levelname}:{name}:{message}

pygarap avatar Feb 11 '19 14:02 pygarap

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!

BNMetrics avatar Apr 20 '19 10:04 BNMetrics