- commit
- 4702f58
- parent
- 56bf639
- author
- Eric Bower
- date
- 2022-09-07 13:13:59 +0000 UTC
refactor(wish): downgrade error stmt to info
1 files changed,
+1,
-1
+1,
-1
1@@ -89,7 +89,7 @@ func Middleware(cfg *config.ConfigCms, urls config.ConfigURL) bm.Handler {
2
3 _, _, active := s.Pty()
4 if !active {
5- logger.Error("no active terminal, skipping")
6+ logger.Info("no active terminal, skipping")
7 return nil, nil
8 }
9 key, err := util.KeyText(s)