[actions/send_telegram] disable debug logs of external lb

This commit is contained in:
2023-11-04 16:54:08 +01:00
parent 44b1bcb634
commit cbf41e0842
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ func (t UsbDisconnect) Listen() {
time.Sleep(1 * time.Second)
}
internal.LogDoc(t).Infof("Device %s detected.\n", t.DeviceName)
internal.LogDoc(t).Infof("Device %s detected.", t.DeviceName)
internal.LogDoc(t).Notice("Trigger is Armed")
}