Skip to content

Commit cef9bab

Browse files
authored
Merge pull request #26 from canalplus/misc/full-logs-on-class
client: set LogFormat = "full" on the RxPlayer class if one
2 parents c963981 + a3913b7 commit cef9bab

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

client/src/client.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -758,6 +758,7 @@ function init(currentScriptSrc, playerClass, silent) {
758758
// Try to force the RxPlayer to redefine its console function.
759759
// May break at any time.
760760
playerClass.LogLevel = "DEBUG";
761+
playerClass.LogFormat = "full";
761762
}
762763
}
763764

0 commit comments

Comments
 (0)