feat/message handling
Compare changes
- Bartek Jaskulski authored
For better discoverability of singular request, include uid in log context. This way it should become trivial to inspect actions, even on high-concurrency websites. Signed-off-by:
Bart Jaskulski <bjaskulski@protonmail.com>
+ 2
− 1
@@ -8,6 +8,7 @@ use Monolog\Handler\NullHandler;
@@ -34,7 +35,7 @@ final class SimpleLoggerFactory implements LoggerFactory {