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