Reduced log level

This commit is contained in:
Michael 2021-05-19 07:02:12 +00:00
parent 50ca38a0f7
commit b3b9c51dbe
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ class BaseApi extends BaseModule
Logger::warning('Token not found', $condition);
return [];
}
Logger::info('Token found', $token);
Logger::debug('Token found', $token);
return $token;
}