Skip to content

Commit f03924a

Browse files
committed
Reduce log level on simple notification
1 parent a25afbc commit f03924a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Controller/ConsentAdmin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ public function main(Request $request): Template
190190
$sp_entityid = $request->get('cv');;
191191
$action = $request->get('action');
192192

193-
Logger::critical('consentAdmin: sp: ' . $sp_entityid . ' action: ' . $action);
193+
Logger::notice('consentAdmin: sp: ' . $sp_entityid . ' action: ' . $action);
194194

195195
// Remove services, whitch have consent disabled
196196
if (isset($idp_metadata['consent.disable'])) {

0 commit comments

Comments
 (0)