You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lens.apache.org by pr...@apache.org on 2015/08/11 14:21:10 UTC

[47/50] [abbrv] incubator-lens git commit: LENS-715 : Update Code compliance section to use slf4j logging

LENS-715 : Update Code compliance section to use slf4j logging


Project: http://git-wip-us.apache.org/repos/asf/incubator-lens/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-lens/commit/9abfef16
Tree: http://git-wip-us.apache.org/repos/asf/incubator-lens/tree/9abfef16
Diff: http://git-wip-us.apache.org/repos/asf/incubator-lens/diff/9abfef16

Branch: refs/heads/current-release-line
Commit: 9abfef16d6c4ee4753d5fba433c9b8d2901d3655
Parents: 4d3e9e6
Author: Raju Bairishetti <ra...@apache.org>
Authored: Tue Aug 11 10:16:07 2015 +0530
Committer: Amareshwari Sriramadasu <am...@apache.org>
Committed: Tue Aug 11 10:16:07 2015 +0530

----------------------------------------------------------------------
 src/site/apt/developer/contribute.apt | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/9abfef16/src/site/apt/developer/contribute.apt
----------------------------------------------------------------------
diff --git a/src/site/apt/developer/contribute.apt b/src/site/apt/developer/contribute.apt
index 5f54a49..56006b0 100644
--- a/src/site/apt/developer/contribute.apt
+++ b/src/site/apt/developer/contribute.apt
@@ -188,6 +188,9 @@ Developer Documentation : How to contribute to Apache Lens?
 
     * Line wrapping: Always use a 120-column line width.
 
+  * Use slf4j framewrok for logging and use parameterized logging. Avoid commons logging and log4j fully, and those
+    should be removed from transitive dependencies of newer dependencies added.
+
   * All working files (java, xml, others) should have the ASF license header in all versioned files.
 
   * If new features requires illustrative examples, they should be added in lens-examples.