Some loglevels are adjusted to more reasonablöe levels

This commit is contained in:
Michael 2023-02-16 20:47:37 +00:00
parent 90717b602e
commit baf75adfca
10 changed files with 23 additions and 22 deletions

View file

@ -792,7 +792,7 @@ class Diaspora
*/
private static function key(WebFingerUri $uri): string
{
Logger::notice('Fetching diaspora key', ['handle' => $uri->getAddr(), 'callstack' => System::callstack(20)]);
Logger::info('Fetching diaspora key', ['handle' => $uri->getAddr(), 'callstack' => System::callstack(20)]);
try {
return DI::dsprContact()->getByAddr($uri)->pubKey;
} catch (HTTPException\NotFoundException|\InvalidArgumentException $e) {