mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-21 23:19:09 +00:00
refactor: improve automation flow logging
This commit is contained in:
committed by
Carlos Valente
parent
e01ab0c88b
commit
1636745fed
@@ -235,6 +235,8 @@ export const startIntegrations = async () => {
|
|||||||
const { enabledOscIn, oscPortIn } = getDataProvider().getAutomation();
|
const { enabledOscIn, oscPortIn } = getDataProvider().getAutomation();
|
||||||
if (enabledOscIn) {
|
if (enabledOscIn) {
|
||||||
oscServer.init(oscPortIn);
|
oscServer.init(oscPortIn);
|
||||||
|
} else {
|
||||||
|
logger.info(LogOrigin.Server, 'Skipping OSC integration');
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user