Loggers not showing user in Application Logs for extension
Hello,
I am developing a extension for ThingWorx application and trying to log the errors and warnings in the Application Log file using below code.
private static final Logger _logger = LogUtilities.getInstance().getApplicationLogger(CG_Authenticator.class)
_logger .info("Test Info Logger message")
I am able to see the log messages in the Application Log, but the User column is showing as "????" in the logs. Please refer below image.

Can someone provide any inputs, what am I missing or there is any additional configuration for loggers that is needed?
Thanks & Regards,
Bhushan

