]> git.mxchange.org Git - friendica.git/commitdiff
Reduced log level
authorMichael <heluecht@pirati.ca>
Wed, 19 May 2021 07:02:12 +0000 (07:02 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 19 May 2021 07:02:12 +0000 (07:02 +0000)
src/Module/BaseApi.php

index c12872104b6498ba4c282c87ced9af83948083a5..e0b1da01b4fea48bf68e423edd26482dbcf8f126 100644 (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;
        }