mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-30 18:41:08 +00:00
Generic debug info.
This commit is contained in:
@@ -76,7 +76,7 @@ class SetCategory implements ActionInterface
|
|||||||
|
|
||||||
|
|
||||||
$journal->touch();
|
$journal->touch();
|
||||||
Log::debug(sprintf('RuleAction SetCategory set the category of journal #%d to budget #%d ("%s").', $journal->id, $category->id, $category->name));
|
Log::debug(sprintf('RuleAction SetCategory set the category of journal #%d to category #%d ("%s").', $journal->id, $category->id, $category->name));
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
@@ -21,6 +21,7 @@
|
|||||||
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
use FireflyIII\Support\Logging\AuditLogger;
|
use FireflyIII\Support\Logging\AuditLogger;
|
||||||
|
|
||||||
return [
|
return [
|
||||||
@@ -78,7 +79,7 @@ return [
|
|||||||
'driver' => 'daily',
|
'driver' => 'daily',
|
||||||
'path' => storage_path('logs/ff3-audit.log'),
|
'path' => storage_path('logs/ff3-audit.log'),
|
||||||
'tap' => [AuditLogger::class],
|
'tap' => [AuditLogger::class],
|
||||||
'level' => envNonEmpty('APP_LOG_LEVEL', 'info'),
|
'level' => 'info',
|
||||||
'days' => 90,
|
'days' => 90,
|
||||||
],
|
],
|
||||||
'dailytest' => [
|
'dailytest' => [
|
||||||
|
Reference in New Issue
Block a user