nova-logs
nova-logs copied to clipboard
Log is empty
I installed the tool - installation went fine.
Unfortunately the DASHBOARD and LOGS view are both empty...

I'm having the same problem. I'm getting the following errors in the console:

Sry for my late reply ... i will check it
@intellow have you set the "daily" option in the .env as the log channel?
I believe this is due to memory limits/decisions of the underlying log viewer/parser Arcanedev/LogViewer. Read more about the issues here: https://github.com/ARCANEDEV/LogViewer/issues/21
I am (sadly) not able to use this package as my daily log files are all larger than 128M and even pushing my php memory limit to 4GB I still get the "Allowed memory size of XXX bytes exhausted" when running the log viewer :(
I have the same problem. I do not have any errors in the console.
LOG_CHANNEL is set to daily.
The log file is less than 1 MB so it should not a problem with memory.
same problem
any solution? one year later, unfortunately :)
I would declare this packet pretty dead and unmaintained. You should fork it or look for another solution.
Sry , I will fix it ASAP.
use LOG_CHANNEL=daily.
I got it working by installing and configuring arcanedev/log-viewer first (make sure you can get to /log-viewer/) before installing this package. Seems to work well. Perhaps the documentation needs to refect to use LOG_CHANNEL=daily for Laravel 5.6+6.x+
I just deleted /vendor/php-junior/nova-logs and reinstalled with composer require php-junior/nova-logs and hop! am good.
@intellow
I'm having the same problem. I'm getting the following errors in the console:
The ticket is old, have you found a solution? If not, try this => php artisan route:cache