Changed syslog event listener id
This commit is contained in:
parent
d44f9446a2
commit
56579fe0f6
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ import org.productivity.java.syslog4j.SyslogIF;
|
|||
*/
|
||||
public class SysLoggingEventListenerProviderFactory implements EventListenerProviderFactory {
|
||||
|
||||
public static final String ID = "sys-logging";
|
||||
public static final String ID = "syslog";
|
||||
|
||||
private SyslogIF syslogger;
|
||||
private String protocol;
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -1,5 +1,5 @@
|
|||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<name>Keycloak</name>
|
||||
|
|
Loading…
Reference in a new issue