Forum Discussion
rhankey
31 days agoContributor III
It will be interesting to hear if there is a config parameter by AppServer, App, or User somewhere to turn this "feature" on/off, or if there is way to toggle it on/off when logging specific output.
In the meantime, the workaround I have been using to overcome this new "feature" is by formatting numeric values as I'm writing them to the log. Eg:
api.LogMessage("DecValue="+DecValue.ToString("N2")+", IntValue="+IntValue.ToString("0"))
Related Content
- 9 months ago
- 11 months ago
- 2 years ago
- 11 months ago