Changed syslog event listener id

This commit is contained in:
Stian Thorgersen 2015-02-04 09:02:48 +01:00
parent d44f9446a2
commit 56579fe0f6
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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>