Skip to content

Commit

Permalink
Updated the error message to point to the right configurations (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abigael-JT authored Nov 18, 2024
1 parent 9d77e6c commit 46c3696
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ private Node teragrepTransformationEmitCatalyst(DPLParser.TeragrepTransformation
else {
LOGGER
.error(
"Zeppelin config was not provided to the Teragrep command: host and port will be set as default, {}",
"External configuration values were not provided to the Teragrep command: host and port will be set as default, {}",
"and no destination will be enforced."
);
}
Expand Down

0 comments on commit 46c3696

Please sign in to comment.