You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2015/08/23 17:38:12 UTC

[3/3] logging-log4j2 git commit: LOG4J2-1100 Unable to configure Multiple triggering policies on rolling file appender using yaml configuration file.

LOG4J2-1100
Unable to configure Multiple triggering policies on rolling file
appender using yaml configuration file.

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/856106af
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/856106af
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/856106af

Branch: refs/heads/master
Commit: 856106af0f485fe6593ee4efff73c86b1e66ba53
Parents: 5ef1fe3
Author: ggregory <gg...@apache.org>
Authored: Sun Aug 23 08:37:40 2015 -0700
Committer: ggregory <gg...@apache.org>
Committed: Sun Aug 23 08:37:40 2015 -0700

----------------------------------------------------------------------
 .../core/config/JiraLog4j2_1100YamlBadTest.java | 29 ++++++++++++++++++++
 1 file changed, 29 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/856106af/log4j-core/src/test/java/org/apache/logging/log4j/core/config/JiraLog4j2_1100YamlBadTest.java
----------------------------------------------------------------------
diff --git a/log4j-core/src/test/java/org/apache/logging/log4j/core/config/JiraLog4j2_1100YamlBadTest.java b/log4j-core/src/test/java/org/apache/logging/log4j/core/config/JiraLog4j2_1100YamlBadTest.java
new file mode 100644
index 0000000..8a1be96
--- /dev/null
+++ b/log4j-core/src/test/java/org/apache/logging/log4j/core/config/JiraLog4j2_1100YamlBadTest.java
@@ -0,0 +1,29 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache license, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the license for the specific language governing permissions and
+ * limitations under the license.
+ */
+
+package org.apache.logging.log4j.core.config;
+
+import org.junit.Ignore;
+
+@Ignore
+public class JiraLog4j2_1100YamlBadTest extends AbstractLog4j2_1100Test {
+
+    protected String getConfigurationResource() {
+        return "LOG4J2-1100/log4j2-good.yaml";
+    }
+
+}