forked from shaba/openuds
Merge branch 'master' of github.com:dkmstr/openuds
This commit is contained in:
commit
cf40396211
@ -58,7 +58,7 @@ def readConfig() -> types.ActorConfigurationType:
|
||||
pre_command=uds.get('pre_command', None),
|
||||
runonce_command=uds.get('runonce_command', None),
|
||||
post_command=uds.get('post_command', None),
|
||||
log_level=int(uds.get('log_level', '3')),
|
||||
log_level=int(uds.get('log_level', '2')),
|
||||
config=config,
|
||||
data=data
|
||||
)
|
||||
|
@ -36,7 +36,7 @@ class ActorConfigurationType(typing.NamedTuple):
|
||||
runonce_command: typing.Optional[str] = None
|
||||
post_command: typing.Optional[str] = None
|
||||
|
||||
log_level: int = 0
|
||||
log_level: int = 2
|
||||
|
||||
config: typing.Optional[ActorDataConfigurationType] = None
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user