mirror of
https://github.com/friendica/friendica
synced 2025-05-01 08:24:23 +02:00
Some more changed log levels
This commit is contained in:
parent
757a5c2de9
commit
f7b85092b0
14 changed files with 30 additions and 24 deletions
|
@ -96,7 +96,7 @@ class OAuth
|
|||
|
||||
$token = DBA::selectFirst('application-view', ['uid', 'id', 'name', 'website', 'created_at', 'read', 'write', 'follow', 'push'], $condition);
|
||||
if (!DBA::isResult($token)) {
|
||||
Logger::warning('Token not found', $condition);
|
||||
Logger::notice('Token not found', $condition);
|
||||
return [];
|
||||
}
|
||||
Logger::debug('Token found', $token);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue