From 1cacec3b759e5a62c70506a8000ea67d5897ee57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com> Date: Mon, 22 Apr 2024 20:09:30 +0100 Subject: [PATCH] chore: changed max length for logstash --- src/netius/base/log.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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