From c71cb71d081bebebd52f7ed36f18e1b4af6bece1 Mon Sep 17 00:00:00 2001 From: Cedric Verstraeten Date: Tue, 29 Aug 2023 14:43:14 +0200 Subject: [PATCH] We should reenable debugging, modifying to Info for now --- machinery/src/onvif/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machinery/src/onvif/main.go b/machinery/src/onvif/main.go index 2a8fd3d..5b9f195 100644 --- a/machinery/src/onvif/main.go +++ b/machinery/src/onvif/main.go @@ -56,7 +56,7 @@ func HandleONVIFActions(configuration *models.Configuration, communication *mode functions, _, _ := GetPTZFunctionsFromDevice(configurations) // Log functions - log.Log.Debug("HandleONVIFActions: functions: " + strings.Join(functions, ", ")) + log.Log.Info("HandleONVIFActions: functions: " + strings.Join(functions, ", ")) // Check if we need to use absolute or continuous move canAbsoluteMove := false