Files
labca/patches/cmd_shell.patch
2022-02-02 20:03:56 +01:00

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)))
}
}()