mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
print spec file contents on debug log
This commit is contained in:
parent
0dea3836b0
commit
18b8f68cb1
1 changed files with 2 additions and 1 deletions
|
|
@ -108,7 +108,8 @@ public class Kubectl {
|
|||
argsToOverride.add("--namespace=" + namespace);
|
||||
}
|
||||
|
||||
logger.info("kubectl " + argsToOverride + "\n" + stdin);
|
||||
logger.info("kubectl " + argsToOverride);
|
||||
logger.debug(stdin);
|
||||
|
||||
try {
|
||||
int exitCode = execute(
|
||||
|
|
|
|||
Loading…
Reference in a new issue