diff --git a/src/netius/base/log.py b/src/netius/base/log.py index c5e09c2e..8a1836fb 100644 --- a/src/netius/base/log.py +++ b/src/netius/base/log.py @@ -54,7 +54,7 @@ or an handler, this is used as an utility for debugging purposes more that a real feature for production systems """ -MAX_LENGTH_LOGSTASH = 64 +MAX_LENGTH_LOGSTASH = 256 """ The maximum amount of messages that are kept in memory until they are flushed, avoid a very large number for this value or else a large amount of memory