allow to disable event rules

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino
2023-01-19 18:33:04 +01:00
parent 496c8bc785
commit 53f17b5715
24 changed files with 342 additions and 62 deletions

View File

@@ -949,7 +949,7 @@ func (conns *ActiveConnections) Remove(connectionID string) {
return
}
logger.Warn(logSender, "", "connection id %q to remove not found!", connectionID)
logger.Debug(logSender, "", "connection id %q to remove not found!", connectionID)
}
// Close closes an active connection.