#285 set FC_MAX_LOG_OBJECT_DEPTH to 1000
This commit is contained in:
parent
1cc740598f
commit
6669f3e631
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
Loading…
Reference in a new issue