refactor: improve automation flow logging

This commit is contained in:
Carlos Valente
2025-02-18 10:57:15 +01:00
committed by Carlos Valente
parent e01ab0c88b
commit 1636745fed
+2
View File
@@ -235,6 +235,8 @@ export const startIntegrations = async () => {
const { enabledOscIn, oscPortIn } = getDataProvider().getAutomation();
if (enabledOscIn) {
oscServer.init(oscPortIn);
} else {
logger.info(LogOrigin.Server, 'Skipping OSC integration');
}
};