Skip to content
Snippets Groups Projects
Commit bac320e0 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Die Logs werden nur alle 10 Minuten rotiert

parent 2bd314c3
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
......@@ -24,7 +24,7 @@ class Kernel extends ConsoleKernel
*/
protected function schedule(Schedule $schedule)
{
$schedule->command('log:rotate')->everyMinute();
$schedule->command('log:rotate')->everyTenMinutes();
// $schedule->command('inspire')
// ->hourly();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment