kraken-php / framework

Asynchronous & Fault-tolerant PHP Framework for Distributed Applications.
http://kraken-php.com
MIT License
1.12k stars 59 forks source link

Logging does not work with threads #32

Closed khelle closed 8 years ago

khelle commented 8 years ago

Logging does not work with threads. This happens because Pthreads extension does not copy static arrays accross thread instances. Monolog which is used unnderneath Kraken\Log keep its error levels in static array.