When using `%w` to wrap errors like this: ```go logger.GetLogger().Warnf("kprobe syscall prefix: %w", err) ``` Logs look like this: ```text time="2023-03-03T16:01:04Z" level=warning msg="kprobe syscall prefix: %!w(*errors.errorString=&{expecting __arm64 and got __x64}) ```