N°5102 - Allow to send emails using GSuite SMTP and OAuth - Fix log

This commit is contained in:
Eric Espie
2022-06-29 15:09:17 +02:00
parent 4712569a36
commit 104beff158
2 changed files with 4 additions and 1 deletions

View File

@@ -698,7 +698,7 @@ abstract class LogAPI
if (isset($sLogLevelMin[static::CHANNEL_DEFAULT]))
{
return $sLogLevelMin[$sChannel];
return $sLogLevelMin[static::CHANNEL_DEFAULT];
}
return static::LEVEL_DEFAULT;

View File

@@ -1,2 +1,5 @@
# Extension OAuth 2.0 client
## GMail
If the account is in test, after 7 days the tokens are no longer valid, you have to renew the tokens manually.