Change some logging settings.

This commit is contained in:
James Cole
2023-08-30 15:38:15 +02:00
parent 0e7712d3b8
commit 592fc71b4e
3 changed files with 27 additions and 6 deletions

View File

@@ -58,8 +58,20 @@ PAPERTRAIL_PORT=
APP_LOG_LEVEL=notice
# Audit log level.
# Set this to "emergency" if you dont want to store audit logs, leave on info otherwise.
AUDIT_LOG_LEVEL=info
# The audit log is used to log notable Firefly III events on a separate channel.
# These log entries may contain sensitive financial information.
# The audit log is disabled by default.
#
# To enable it, set AUDIT_LOG_LEVEL to "info"
# To disable it, set AUDIT_LOG_LEVEL to "emergency"
AUDIT_LOG_LEVEL=emergency
#
# If you want, you can redirect the audit logs to another channel.
# Options are: 'papertrail', 'syslog' OR 'errorlog'
#
# If you do this, the audit logs may be mixed with normal logs (if they also use the same channel).
AUDIT_LOG_CHANNEL=
# Database credentials. Make sure the database exists. I recommend a dedicated user for Firefly III
# For other database types, please see the FAQ: https://docs.firefly-iii.org/firefly-iii/faq/self-hosted/#i-want-to-use-sqlite