diff --git a/app/Console/Commands/ResetServerLog.php b/app/Console/Commands/ResetServerLog.php new file mode 100644 index 00000000..134532c1 --- /dev/null +++ b/app/Console/Commands/ResetServerLog.php @@ -0,0 +1,44 @@ +command('check:commission')->everyMinute(); // system cache $schedule->command('system:cache')->hourly(); - // reset traffic + // reset $schedule->command('reset:traffic')->monthlyOn(1, '00:00'); + $schedule->command('reset:serverLog')->monthlyOn(1, '00:00'); } /**