SMALL
Produces a small stack suitable for more fine grained debugging. For performance reasons, this is the only stack size suitable for log statements at level INFO or finer, but is may also be useful for WARNING level log statements in cases where context is not as important. For SEVERE log statements, it is advised to use a stack size of MEDIUM or above.
Requesting a small stack trace for log statements which occur under normal circumstances is acceptable, but may affect performance. Consider using withStackTrace in conjunction with rate limiting methods, such as atMostEvery, to mitigate performance issues.
The current maximum size of a SMALL stack trace is 10 elements, but this may change.