Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
0782a9b2
Commit
0782a9b2
authored
Sep 22, 2016
by
Dominik Hebeler
Browse files
Die Logs werden nur alle 10 Minuten rotiert
parent
6ffb1b5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Console/Kernel.php
View file @
0782a9b2
...
...
@@ -24,7 +24,7 @@ class Kernel extends ConsoleKernel
*/
protected
function
schedule
(
Schedule
$schedule
)
{
$schedule
->
command
(
'log:rotate'
)
->
everyMinute
();
$schedule
->
command
(
'log:rotate'
)
->
every
Ten
Minute
s
();
// $schedule->command('inspire')
// ->hourly();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment