Logging
This commit is contained in:
parent
2f3fff1e64
commit
29fc5fa118
@ -65,6 +65,7 @@ class FfmpegWorker(
|
||||
}
|
||||
|
||||
fun runWithProgress() {
|
||||
log.info { "Starting ffmpeg ReferenceId: $referenceId, eventId $eventId for file ${info.outFile}" }
|
||||
val args = FfmpegWorkerArgumentsBuilder().using(info).buildWithProgress()
|
||||
job = scope.launch {
|
||||
execute(args)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user