You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by el...@apache.org on 2014/05/15 20:12:33 UTC

[1/3] git commit: ACCUMULO-2813 Basic log4j appender configuration for new server modules at test time.

Repository: accumulo
Updated Branches:
  refs/heads/1.6.1-SNAPSHOT c57bc8d5d -> bd3c2f086
  refs/heads/master a119746bf -> 29e6dee85


ACCUMULO-2813 Basic log4j appender configuration for new server modules at test time.


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

Branch: refs/heads/1.6.1-SNAPSHOT
Commit: bd3c2f0862f5cd8c1ce48150d9bc7160c09e6345
Parents: c57bc8d
Author: Josh Elser <el...@apache.org>
Authored: Thu May 15 14:11:48 2014 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Thu May 15 14:11:48 2014 -0400

----------------------------------------------------------------------
 server/gc/src/test/resources/log4j.properties    | 19 +++++++++++++++++++
 .../master/src/test/resources/log4j.properties   | 19 +++++++++++++++++++
 .../monitor/src/test/resources/log4j.properties  | 19 +++++++++++++++++++
 .../tserver/src/test/resources/log4j.properties  | 19 +++++++++++++++++++
 4 files changed, 76 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/bd3c2f08/server/gc/src/test/resources/log4j.properties
----------------------------------------------------------------------
diff --git a/server/gc/src/test/resources/log4j.properties b/server/gc/src/test/resources/log4j.properties
new file mode 100644
index 0000000..e74337f
--- /dev/null
+++ b/server/gc/src/test/resources/log4j.properties
@@ -0,0 +1,19 @@
+# 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=INFO, CA
+log4j.appender.CA=org.apache.log4j.ConsoleAppender
+log4j.appender.CA.layout=org.apache.log4j.PatternLayout
+log4j.appender.CA.layout.ConversionPattern=%d{ISO8601} [%-8c{2}] %-5p: %m%n

http://git-wip-us.apache.org/repos/asf/accumulo/blob/bd3c2f08/server/master/src/test/resources/log4j.properties
----------------------------------------------------------------------
diff --git a/server/master/src/test/resources/log4j.properties b/server/master/src/test/resources/log4j.properties
new file mode 100644
index 0000000..e74337f
--- /dev/null
+++ b/server/master/src/test/resources/log4j.properties
@@ -0,0 +1,19 @@
+# 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=INFO, CA
+log4j.appender.CA=org.apache.log4j.ConsoleAppender
+log4j.appender.CA.layout=org.apache.log4j.PatternLayout
+log4j.appender.CA.layout.ConversionPattern=%d{ISO8601} [%-8c{2}] %-5p: %m%n

http://git-wip-us.apache.org/repos/asf/accumulo/blob/bd3c2f08/server/monitor/src/test/resources/log4j.properties
----------------------------------------------------------------------
diff --git a/server/monitor/src/test/resources/log4j.properties b/server/monitor/src/test/resources/log4j.properties
new file mode 100644
index 0000000..e74337f
--- /dev/null
+++ b/server/monitor/src/test/resources/log4j.properties
@@ -0,0 +1,19 @@
+# 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=INFO, CA
+log4j.appender.CA=org.apache.log4j.ConsoleAppender
+log4j.appender.CA.layout=org.apache.log4j.PatternLayout
+log4j.appender.CA.layout.ConversionPattern=%d{ISO8601} [%-8c{2}] %-5p: %m%n

http://git-wip-us.apache.org/repos/asf/accumulo/blob/bd3c2f08/server/tserver/src/test/resources/log4j.properties
----------------------------------------------------------------------
diff --git a/server/tserver/src/test/resources/log4j.properties b/server/tserver/src/test/resources/log4j.properties
new file mode 100644
index 0000000..e74337f
--- /dev/null
+++ b/server/tserver/src/test/resources/log4j.properties
@@ -0,0 +1,19 @@
+# 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=INFO, CA
+log4j.appender.CA=org.apache.log4j.ConsoleAppender
+log4j.appender.CA.layout=org.apache.log4j.PatternLayout
+log4j.appender.CA.layout.ConversionPattern=%d{ISO8601} [%-8c{2}] %-5p: %m%n


[3/3] git commit: Merge branch '1.6.1-SNAPSHOT'

Posted by el...@apache.org.
Merge branch '1.6.1-SNAPSHOT'


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/29e6dee8
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/29e6dee8
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/29e6dee8

Branch: refs/heads/master
Commit: 29e6dee85e3bef4849b85de96e37d29a233d5abb
Parents: a119746 bd3c2f0
Author: Josh Elser <el...@apache.org>
Authored: Thu May 15 14:12:21 2014 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Thu May 15 14:12:21 2014 -0400

----------------------------------------------------------------------
 server/gc/src/test/resources/log4j.properties    | 19 +++++++++++++++++++
 .../master/src/test/resources/log4j.properties   | 19 +++++++++++++++++++
 .../monitor/src/test/resources/log4j.properties  | 19 +++++++++++++++++++
 .../tserver/src/test/resources/log4j.properties  | 19 +++++++++++++++++++
 4 files changed, 76 insertions(+)
----------------------------------------------------------------------



[2/3] git commit: ACCUMULO-2813 Basic log4j appender configuration for new server modules at test time.

Posted by el...@apache.org.
ACCUMULO-2813 Basic log4j appender configuration for new server modules at test time.


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

Branch: refs/heads/master
Commit: bd3c2f0862f5cd8c1ce48150d9bc7160c09e6345
Parents: c57bc8d
Author: Josh Elser <el...@apache.org>
Authored: Thu May 15 14:11:48 2014 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Thu May 15 14:11:48 2014 -0400

----------------------------------------------------------------------
 server/gc/src/test/resources/log4j.properties    | 19 +++++++++++++++++++
 .../master/src/test/resources/log4j.properties   | 19 +++++++++++++++++++
 .../monitor/src/test/resources/log4j.properties  | 19 +++++++++++++++++++
 .../tserver/src/test/resources/log4j.properties  | 19 +++++++++++++++++++
 4 files changed, 76 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/bd3c2f08/server/gc/src/test/resources/log4j.properties
----------------------------------------------------------------------
diff --git a/server/gc/src/test/resources/log4j.properties b/server/gc/src/test/resources/log4j.properties
new file mode 100644
index 0000000..e74337f
--- /dev/null
+++ b/server/gc/src/test/resources/log4j.properties
@@ -0,0 +1,19 @@
+# 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=INFO, CA
+log4j.appender.CA=org.apache.log4j.ConsoleAppender
+log4j.appender.CA.layout=org.apache.log4j.PatternLayout
+log4j.appender.CA.layout.ConversionPattern=%d{ISO8601} [%-8c{2}] %-5p: %m%n

http://git-wip-us.apache.org/repos/asf/accumulo/blob/bd3c2f08/server/master/src/test/resources/log4j.properties
----------------------------------------------------------------------
diff --git a/server/master/src/test/resources/log4j.properties b/server/master/src/test/resources/log4j.properties
new file mode 100644
index 0000000..e74337f
--- /dev/null
+++ b/server/master/src/test/resources/log4j.properties
@@ -0,0 +1,19 @@
+# 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=INFO, CA
+log4j.appender.CA=org.apache.log4j.ConsoleAppender
+log4j.appender.CA.layout=org.apache.log4j.PatternLayout
+log4j.appender.CA.layout.ConversionPattern=%d{ISO8601} [%-8c{2}] %-5p: %m%n

http://git-wip-us.apache.org/repos/asf/accumulo/blob/bd3c2f08/server/monitor/src/test/resources/log4j.properties
----------------------------------------------------------------------
diff --git a/server/monitor/src/test/resources/log4j.properties b/server/monitor/src/test/resources/log4j.properties
new file mode 100644
index 0000000..e74337f
--- /dev/null
+++ b/server/monitor/src/test/resources/log4j.properties
@@ -0,0 +1,19 @@
+# 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=INFO, CA
+log4j.appender.CA=org.apache.log4j.ConsoleAppender
+log4j.appender.CA.layout=org.apache.log4j.PatternLayout
+log4j.appender.CA.layout.ConversionPattern=%d{ISO8601} [%-8c{2}] %-5p: %m%n

http://git-wip-us.apache.org/repos/asf/accumulo/blob/bd3c2f08/server/tserver/src/test/resources/log4j.properties
----------------------------------------------------------------------
diff --git a/server/tserver/src/test/resources/log4j.properties b/server/tserver/src/test/resources/log4j.properties
new file mode 100644
index 0000000..e74337f
--- /dev/null
+++ b/server/tserver/src/test/resources/log4j.properties
@@ -0,0 +1,19 @@
+# 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=INFO, CA
+log4j.appender.CA=org.apache.log4j.ConsoleAppender
+log4j.appender.CA.layout=org.apache.log4j.PatternLayout
+log4j.appender.CA.layout.ConversionPattern=%d{ISO8601} [%-8c{2}] %-5p: %m%n