Update log action configuration to enable error and info logging
This commit is contained in:
@@ -77,8 +77,8 @@ worker_config = WorkerConfig(
|
|||||||
],
|
],
|
||||||
log_action_config=LogActionConfig(
|
log_action_config=LogActionConfig(
|
||||||
on_load=["llama runner started in "],
|
on_load=["llama runner started in "],
|
||||||
#on_error=MODEL_ERROR_LOG_MSGS,
|
on_error=["!error"],
|
||||||
#on_info=MODEL_INFO_LOG_MSGS
|
on_info=["!info"]
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user