Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
2.3.0
-
None
-
None
Description
When you use LoggerLayoutPattern inside a pthread Threadable object because all of it's patterns are defined in the static variable $defaultConverterMap they are basically wiped out by pthreads. A simple workaround is to simply make a function that generates that map and then is replaced where the map is statically called.