Github user arina-ielchiieva commented on a diff in the pull request:

    https://github.com/apache/drill/pull/1174#discussion_r175368114
  
    --- Diff: 
common/src/main/java/org/apache/drill/common/config/DrillConfig.java ---
    @@ -52,8 +52,8 @@
       public DrillConfig(Config config) {
         super(config);
         logger.debug("Setting up DrillConfig object.");
    -    logger.trace("Given Config object is:\n{}",
    -                 config.root().render(ConfigRenderOptions.defaults()));
    +    logger.trace("Given Config object is:\n{}", 
config.withoutPath("password").withoutPath("sun.java.command")
    --- End diff --
    
    Please add comment why we exclude `sun.jaba.command`.


---

Reply via email to