mirror of
https://github.com/outbackdingo/labca.git
synced 2026-01-27 18:19:33 +00:00
14 lines
389 B
Diff
14 lines
389 B
Diff
diff --git a/cmd/shell.go b/cmd/shell.go
|
|
index 38f1edaf4..795815483 100644
|
|
--- a/cmd/shell.go
|
|
+++ b/cmd/shell.go
|
|
@@ -173,7 +173,7 @@ func NewLogger(logConf SyslogConfig) blog.Logger {
|
|
// Boulder's conception of time.
|
|
go func() {
|
|
for {
|
|
- time.Sleep(time.Minute)
|
|
+ time.Sleep(15*time.Minute)
|
|
logger.Info(fmt.Sprintf("time=%s", time.Now().Format(time.RFC3339Nano)))
|
|
}
|
|
}()
|