Forum Discussion
rhankey
7 days agoContributor II
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
- 8 months ago
- 10 months ago
- 12 months ago
- 10 months ago