You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by co...@apache.org on 2017/07/21 11:26:59 UTC

[12/50] [abbrv] directory-kerby git commit: Revert "DIRKRB-424 Need to initialize the log4j system properly."

Revert "DIRKRB-424 Need to initialize the log4j system properly."

This reverts commit eff5d0ca70f6c1d21b68409615dab12ceec4cf1b.


Project: http://git-wip-us.apache.org/repos/asf/directory-kerby/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-kerby/commit/c1f4c861
Tree: http://git-wip-us.apache.org/repos/asf/directory-kerby/tree/c1f4c861
Diff: http://git-wip-us.apache.org/repos/asf/directory-kerby/diff/c1f4c861

Branch: refs/heads/gssapi
Commit: c1f4c861a93faf62395dc1d872e41938fe3d5b06
Parents: e41fb48
Author: plusplusjiajia <ji...@intel.com>
Authored: Wed Apr 27 15:42:43 2016 +0800
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Fri Jul 21 12:25:02 2017 +0100

----------------------------------------------------------------------
 .../src/main/resources/log4j.properties         | 23 --------------------
 1 file changed, 23 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/c1f4c861/kerby-kerb/kerb-identity/src/main/resources/log4j.properties
----------------------------------------------------------------------
diff --git a/kerby-kerb/kerb-identity/src/main/resources/log4j.properties b/kerby-kerb/kerb-identity/src/main/resources/log4j.properties
deleted file mode 100644
index 3c91c57..0000000
--- a/kerby-kerb/kerb-identity/src/main/resources/log4j.properties
+++ /dev/null
@@ -1,23 +0,0 @@
-#############################################################################
-#    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.
-#############################################################################
-log4j.rootLogger=ERROR, console
-
-
-log4j.appender.console=org.apache.log4j.ConsoleAppender
-log4j.appender.console.layout=org.apache.log4j.PatternLayout
-log4j.appender.console.layout.ConversionPattern=%d{ISO8601} %-5p [%t] %c{2}: %m%n
-