* 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>