From 6669f3e631f42250e23da22ad743fab8e3b3f540 Mon Sep 17 00:00:00 2001 From: Vlad Dobromyslov Date: Thu, 3 Mar 2022 02:16:54 +0300 Subject: [PATCH] #285 set FC_MAX_LOG_OBJECT_DEPTH to 1000 --- include/fc/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fc/config.hpp b/include/fc/config.hpp index d08eaf1..08aa31a 100644 --- a/include/fc/config.hpp +++ b/include/fc/config.hpp @@ -5,5 +5,5 @@ #ifndef FC_MAX_LOG_OBJECT_DEPTH // how many levels of nested objects are displayed in log messages - #define FC_MAX_LOG_OBJECT_DEPTH 200 + #define FC_MAX_LOG_OBJECT_DEPTH 1000 #endif \ No newline at end of file