Skip to content

Commit

Permalink
Fixed Player: still not possible to get audit logging from the player (
Browse files Browse the repository at this point in the history
…#2849)

Merged ahead of time - QA testing to follow.
  • Loading branch information
mgbaybay authored Jan 10, 2025
1 parent 7682f3c commit f4418e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Service/LogService.php
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ public static function resolveLogLevel($level)
return Logger::INFO;

case 'debug':
case 'audit' :
return Logger::DEBUG;

case 'error':
Expand Down

0 comments on commit f4418e8

Please sign in to comment.