[posix] increase max log size (#5794)

This commit increases the OPENTHREAD_CONFIG_LOG_MAX_SIZE from 150 to
1024 for posix.
This commit is contained in:
Simon Lin
2020-11-10 07:21:19 -08:00
committed by GitHub
parent 5c2ad91cff
commit 312d1ed28b
@@ -116,4 +116,14 @@
#endif
/**
* @def OPENTHREAD_CONFIG_LOG_MAX_SIZE
*
* The maximum log string size (number of chars).
*
*/
#ifndef OPENTHREAD_CONFIG_LOG_MAX_SIZE
#define OPENTHREAD_CONFIG_LOG_MAX_SIZE 1024
#endif
#endif // OPENTHREAD_CORE_POSIX_CONFIG_H_