mirror of
https://github.com/outbackdingo/labca.git
synced 2026-01-27 18:19:33 +00:00
14 lines
387 B
Diff
14 lines
387 B
Diff
diff --git a/cmd/shell.go b/cmd/shell.go
|
|
index d63c8a97..52c38a5b 100644
|
|
--- a/cmd/shell.go
|
|
+++ b/cmd/shell.go
|
|
@@ -185,7 +185,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)))
|
|
}
|
|
}()
|