Skip to content

Commit f4418e8

Browse files
authored
Fixed Player: still not possible to get audit logging from the player (#2849)
Merged ahead of time - QA testing to follow.
1 parent 7682f3c commit f4418e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Service/LogService.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@ public static function resolveLogLevel($level)
328328
return Logger::INFO;
329329

330330
case 'debug':
331+
case 'audit' :
331332
return Logger::DEBUG;
332333

333334
case 'error':

0 commit comments

Comments
 (0)