I’m still experiencing the problem, even after running updates. The laravel.log file still is increasing in size and the logs are the same as before. Thanks for the help. Let me know if further outputs or info is needed. I’m not having much luck figuring this issue out.
daily.sh output:
-bash-4.2$ ./daily.sh
Updating to latest codebase OK
Updating Composer packages OK
Updating SQL-Schema OK
Updating submodules OK
Cleaning up DB OK
Fetching notifications OK
Caching PeeringDB data OK
validate.php output:
bash-4.2$ ./validate.php
====================================
Component | Version
--------- | -------
LibreNMS | 1.48.1-52-g63de34e
DB Schema | 2019_01_16_195644_add_vrf_id_and_bgpLocalAs (131)
PHP | 7.2.14
MySQL | 5.5.60-MariaDB
RRDTool | 1.4.8
SNMP | NET-SNMP 5.7.2
====================================
[OK] Composer Version: 1.8.4
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database schema correct
laravel.log still increasing rapidly:
-rw-rw-r-- 1 librenms librenms 747459248 Feb 14 13:16 laravel.log
-bash-4.2$ ls -l storage/logs
total 1750016
-rw-rw-r-- 1 librenms librenms 747635368 Feb 14 13:16 laravel.log
errors in laravel.log:
-bash-4.2$ tail -n 100 storage/logs/laravel.log
[2019-02-14 13:16:19] laravel.EMERGENCY: Unable to create configured logger. Using emergency logger. {"exception":"[object] (InvalidArgumentException(code: 0): Log [logfile] is not defined. at /opt/librenms/vendor/laravel/framework/src/Illuminate/Log/LogManager.php:168)
[stacktrace]
#0 /opt/librenms/vendor/laravel/framework/src/Illuminate/Log/LogManager.php(102): Illuminate\\Log\\LogManager->resolve('logfile')
#1 /opt/librenms/vendor/laravel/framework/src/Illuminate/Log/LogManager.php(90): Illuminate\\Log\\LogManager->get('logfile')
#2 /opt/librenms/vendor/laravel/framework/src/Illuminate/Log/LogManager.php(555): Illuminate\\Log\\LogManager->driver()
#3 /opt/librenms/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(237): Illuminate\\Log\\LogManager->debug('ifOutBroadcastP...')
#4 /opt/librenms/includes/helpers.php(39): Illuminate\\Support\\Facades\\Facade::__callStatic('debug', Array)
#5 /opt/librenms/includes/polling/ports.inc.php(579): d_echo('ifOutBroadcastP...')
#6 /opt/librenms/includes/polling/functions.inc.php(303): include('/opt/librenms/i...')
#7 /opt/librenms/poller.php(157): poll_device(Array, false)
#8 {main}
"}