Files
fusionpbx/resources/classes/service.php
frytimo 3477c78df1 Fix large log file when using websockets (#7446)
* fix large log file when using websockets
Services now check the log level set before trying to print to log file. The default is to use LOG_INFO

* reverse timestamp logic so it doesn't display by default

* Run in foreground by default

* Change to LOG_NOTICE as default value for log
Using the LOG_NOTICE as the default log level for services allows the services a better range of levels to choose from and conforms to the standard used by other services.

* Update service.php

---------

Co-authored-by: FusionPBX <markjcrane@gmail.com>
2025-08-04 15:12:51 -06:00

38 KiB