opensnitch/daemon/log
Gustavo Iñiguez Goia 64a698f221
loggers improvements
improvements to the loggers modules:

 - allow to specify a connection timeout (there was only a write
   timeout).
 - performance improvements when building the messages to be
   written/sent.
 - allow to restart the connection with remote servers if we fill up the
   messages queue.
   This can occur for example if we connect to a remote server, start
   sending messages, but we haven't allowed other connections yet.
   In this case the connections never recovered from this state, and we
   weren't prompted to allow the needed connections.
   (more work nd testing needed)
2024-05-11 18:39:04 +02:00
..
formats loggers improvements 2024-05-11 18:39:04 +02:00
loggers loggers improvements 2024-05-11 18:39:04 +02:00
log.go log: fixed logging service 2023-06-09 17:43:32 +02:00