BigKuLaK / ifind_scripts

0 stars 0 forks source link

Console Logs #4

Closed qtgye closed 2 years ago

qtgye commented 2 years ago

The original Scheduled Tasks feature is logging both into the log files, as well as into the console. The reason for this is that we can still see more detailed logs in the console, such as debugging and error stack trace, which may not be necessary to be saved into the log files.

Currently, it's only saving into the log files, so we can only see it in the admin. It should still output into the console, where more details are visible.

This will help in debugging scraper errors as not everything is saved into the log files.

cc @BigKuLaK