mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-19 19:28:08 +02:00
Add the exception message to error log after tfa caching failure
This commit is contained in:
parent
de4e35267d
commit
58d97de56d
@ -107,7 +107,7 @@ class LogoService
|
||||
? Log::info('Fresh tfa.json saved to logos dir')
|
||||
: Log::notice('Cannot save tfa.json to logos dir');
|
||||
} catch (\Exception $e) {
|
||||
Log::error('Caching of tfa.json failed');
|
||||
Log::error('Caching of tfa.json failed:' . $e->getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user