default should be warning for subprocesses not info (#4049)
This commit is contained in:
parent
4b3d056212
commit
27bb7179d6
@ -199,7 +199,7 @@ class LogLevel(str, Enum):
|
||||
Returns:
|
||||
The log level for the subprocess
|
||||
"""
|
||||
return self if self != LogLevel.DEFAULT else LogLevel.INFO
|
||||
return self if self != LogLevel.DEFAULT else LogLevel.WARNING
|
||||
|
||||
|
||||
# Server socket configuration variables
|
||||
|
Loading…
Reference in New Issue
Block a user