graylog-labs / graylog-plugin-internal-logs

Graylog plugin to record internal logs of Graylog efficiently instead of sending them over the network
GNU General Public License v3.0
12 stars 4 forks source link

Replace use of SerializedLayout with JsonLayout #1

Open joschi opened 7 years ago

joschi commented 7 years ago
[...]/src/main/java/org/graylog/plugins/internallogs/log4j/DirectConsumingAppender.java:25: warning: [deprecation] SerializedLayout in org.apache.logging.log4j.core.layout has been deprecated
import org.apache.logging.log4j.core.layout.SerializedLayout;

https://issues.apache.org/jira/browse/LOG4J2-1958