mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-07 16:33:51 +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();
|
||||
if (enabledOscIn) {
|
||||
oscServer.init(oscPortIn);
|
||||
} else {
|
||||
logger.info(LogOrigin.Server, 'Skipping OSC integration');
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user