#285 set FC_MAX_LOG_OBJECT_DEPTH to 1000

This commit is contained in:
Vlad Dobromyslov 2022-03-03 02:16:54 +03:00
parent 1cc740598f
commit 6669f3e631

View file

@ -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