mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Reduce log
This commit is contained in:
parent
db691db998
commit
bdcfd1f894
1 changed files with 2 additions and 2 deletions
|
|
@ -145,8 +145,8 @@ public class InterpreterSetting {
|
|||
key = SHARED_PROCESS;
|
||||
}
|
||||
|
||||
logger.debug("getInterpreterProcessKey: {} for InterpreterSetting Id: {}, Name: {}",
|
||||
key, getId(), getName());
|
||||
//logger.debug("getInterpreterProcessKey: {} for InterpreterSetting Id: {}, Name: {}",
|
||||
// key, getId(), getName());
|
||||
return key;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue