Skip to content

Improve logging level control and SIGUSR1 handling

Compare
Choose a tag to compare
@alexberryman alexberryman released this 11 Jul 17:12
· 255 commits to master since this release
fb20306

See src/Process/Pool/Logger.yml:

+  neighborhoods.kojo.process.pool.logger.level_filter_mask:
+    !php/const \Psr\Log\LogLevel::EMERGENCY: false
+    !php/const \Psr\Log\LogLevel::ALERT: false
+    !php/const \Psr\Log\LogLevel::CRITICAL: false
+    !php/const \Psr\Log\LogLevel::ERROR: false
+    !php/const \Psr\Log\LogLevel::WARNING: false
+    !php/const \Psr\Log\LogLevel::NOTICE: false
+    !php/const \Psr\Log\LogLevel::INFO: false
+    !php/const \Psr\Log\LogLevel::DEBUG: true