-
I want only: Which setting is needed? |
Beta Was this translation helpful? Give feedback.
Answered by
rh101
Mar 15, 2024
Replies: 1 comment 2 replies
-
You must be calling Also, which platform are you testing this on? |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
aismann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You must be calling
ax::setLogFmtFlag
somewhere in your own code, otherwise the extra info wouldn't be there. So, either delete the call, or usesetLogFmtFlag(LogFmtFlag::Null);
Also, which platform are you testing this on?