Logger not replacing strings in log

Latest response

Trying to modify an old system using JBOSS EAP 6.4.X. For some reason log lines are appearing like this in server.log. Have no idea what could be causing this. Using jboss logger.

[2020-05-04 02:39:51 22347@linux64 ServerService Thread Pool -- 33 org.jboss.as.server handleResult INFO] JBAS015859: Deployed "%s" (runtime-name : "%s")
[2020-05-04 02:39:51 22347@linux64 ServerService Thread Pool -- 33 org.jboss.as.server handleResult INFO] JBAS015859: Deployed "%s" (runtime-name : "%s")
[2020-05-04 02:39:51 22347@linux64 ServerService Thread Pool -- 33 org.jboss.as.server handleResult INFO] JBAS015859: Deployed "%s" (runtime-name : "%s")
[2020-05-04 02:39:51 22347@linux64 ServerService Thread Pool -- 33 org.jboss.as.server handleResult INFO] JBAS015859: Deployed "%s" (runtime-name : "%s")
[2020-05-04 02:39:51 22347@linux64 ServerService Thread Pool -- 33 org.jboss.as.server handleResult INFO] JBAS015859: Deployed "%s" (runtime-name : "%s")
[2020-05-04 02:39:51 22347@linux64 ServerService Thread Pool -- 33 org.jboss.as.server handleResult INFO] JBAS015859: Deployed "%s" (runtime-name : "%s")
[2020-05-04 02:39:51 22347@linux64 ServerService Thread Pool -- 33 org.jboss.as.server handleResult INFO] JBAS015859: Deployed "%s" (runtime-name : "%s")
[2020-05-04 02:39:51 22347@linux64 Controller Boot Thread org.jboss.as logAdminConsole INFO] JBAS015961: Http management interface listening on http://%s:%d/management
[2020-05-04 02:39:51 22347@linux64 Controller Boot Thread org.jboss.as logAdminConsole INFO] JBAS015951: Admin console listening on http://%s:%d
[2020-05-04 02:39:51 22347@linux64 Controller Boot Thread org.jboss.as done INFO] JBAS015874: %s started in %dms - Started %d of %d services (%d services are lazy, passive or on-demand)

Responses