opcodesio / log-viewer

Fast and beautiful Log Viewer for Laravel
https://log-viewer.opcodes.io
MIT License
3.49k stars 250 forks source link

[Feature] Is it possible to support schedule scheduling log ??? #267

Closed shuqingzai closed 1 year ago

shuqingzai commented 1 year ago

At present, it seems that there is no support for schedule log display, and it is hidden? Is there something wrong with the way I use it? Still not supported? ?

log-viewer is not displayed, but there is this log file in my log directory

image

image

The log content is roughly as follows, laravel schedules log output

  2023-08-23 01:25:03 Running ['artisan' horizon:snapshot] ...... 1,208ms DONE
  ⇂ '/usr/local/bin/php' 'artisan' horizon:snapshot > '/dev/null' 2>&1  

   INFO  No scheduled commands are ready to run.  

   INFO  No scheduled commands are ready to run.  

   INFO  No scheduled commands are ready to run.  

  2023-08-23 01:29:02 Running ['artisan' horizon:snapshot] ........ 553ms DONE
  ⇂ '/usr/local/bin/php' 'artisan' horizon:snapshot > '/dev/null' 2>&1  
arukompas commented 1 year ago

hey @shuqingzai , it's not supported at the moment :)

Please see "Custom Log Types" on how to create additional log parsers for Log Viewer.

Unfortunately I won't have much time until next year to write any additional parsers myself, so I'll close this issue for now.