cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

logger not showing belarusian characters

rgupta-21
1-Newbie

logger not showing belarusian characters

I had written a service

logger.error("\u0417\u041c\u0448\u0442\u0421\u043d\u043a\u0448\u0434\u0434\u0448\u0441");

result = "\u0417\u041c\u0448\u0442\u0421\u043d\u043a\u0448\u0434\u0434\u0448\u0441";

When I call this service, result is shown properly converted to ЗМштСнкшддшс (Belarusian)

But logger logs ????????????

Can someone explain why same thingworx is behaving differently ?

2 REPLIES 2

Rohit, is this specific to just the logger? If you bind this result to a widget in a Mashup, do you see the correct output?

mashup is also showing ЗМштСнкшддшс

Its only that logger is showing ????????????

And logging is important part of the application. we are asking for dynamic thing name on run-time and we need to log what name has been set and all related data.

Why is this happening to the logger? Shouldn't the behavior be same in whole thingworx application?

Top Tags