You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2022/11/08 18:12:25 UTC

[hop] branch master updated: allign naming with LogLevel

This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/master by this push:
     new 16d629b556 allign naming with LogLevel
     new 38ec78c9ea Merge pull request #1780 from dodok1/master
16d629b556 is described below

commit 16d629b556821930150242a21cd1ae12f5670ee3
Author: Jozef Kotlar <jo...@eea.sk>
AuthorDate: Tue Nov 8 14:32:51 2022 +0100

    allign naming with LogLevel
---
 engine/src/main/java/org/apache/hop/run/HopRun.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/engine/src/main/java/org/apache/hop/run/HopRun.java b/engine/src/main/java/org/apache/hop/run/HopRun.java
index de60015bab..9a3e306540 100644
--- a/engine/src/main/java/org/apache/hop/run/HopRun.java
+++ b/engine/src/main/java/org/apache/hop/run/HopRun.java
@@ -76,7 +76,7 @@ public class HopRun implements Runnable, IHasHopMetadataProvider {
 
   @Option(
       names = {"-l", "--level"},
-      description = "The debug level, one of NONE, MINIMAL, BASIC, DETAILED, DEBUG, ROWLEVEL")
+      description = "The debug level, one of NOTHING, ERROR, MINIMAL, BASIC, DETAILED, DEBUG, ROWLEVEL")
   private String level;
 
   @Option(