We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a25afbc commit f03924aCopy full SHA for f03924a
lib/Controller/ConsentAdmin.php
@@ -190,7 +190,7 @@ public function main(Request $request): Template
190
$sp_entityid = $request->get('cv');;
191
$action = $request->get('action');
192
193
- Logger::critical('consentAdmin: sp: ' . $sp_entityid . ' action: ' . $action);
+ Logger::notice('consentAdmin: sp: ' . $sp_entityid . ' action: ' . $action);
194
195
// Remove services, whitch have consent disabled
196
if (isset($idp_metadata['consent.disable'])) {
0 commit comments