We catch recovers from panic, then log to sentry and console by config 'formats'. With sentry we could get stack trace info, but with console output,how to get the stack trace info? I don't want to call runtime.Stack again, but just want to get it from seelog.
We catch recovers from panic, then log to sentry and console by config 'formats'. With sentry we could get stack trace info, but with console output,how to get the stack trace info? I don't want to call
runtime.Stack
again, but just want to get it from seelog.