mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
replace info with error
This commit is contained in:
parent
7f6fa24555
commit
ad26d0b8de
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ public class LivyHelper {
|
|||
try {
|
||||
res = interpret(incomplete + s, context, userSessionMap);
|
||||
} catch (Exception e) {
|
||||
LOGGER.info("Interpreter exception", e);
|
||||
LOGGER.error("Interpreter exception", e);
|
||||
return new InterpreterResult(Code.ERROR, InterpreterUtils.getMostRelevantMessage(e));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue