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:
|
Returns:
|
||||||
The log level for the subprocess
|
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
|
# Server socket configuration variables
|
||||||
|
Loading…
Reference in New Issue
Block a user