Skip to content

Commit

Permalink
SAS-527 updated Conversational UI Lognode name in java source
Browse files Browse the repository at this point in the history
  • Loading branch information
tinaengel committed Jun 24, 2024
1 parent 1b4fa89 commit d4397cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javasource/conversationalui/impl/MxLogger.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class MxLogger {
private static final String MX_LOG_NODE_NAME;
private static final ILogNode LOGGER;
static {
MX_LOG_NODE_NAME = "Synthia UI"; //log node name, e.g. name of your module
MX_LOG_NODE_NAME = "Conversational UI"; //log node name, e.g. name of your module
LOGGER = Core.getLogger(MX_LOG_NODE_NAME);
//init log message, so the Mendix Log Node is added to the Log Level Settings table, as soon a class that uses this ASWSLogger, is used.
LOGGER.info("MxLogger initialized");
Expand Down

0 comments on commit d4397cf

Please sign in to comment.