Merge pull request #6895 from volodymyr-babak/audit_log_config_cleanup

[3.4] Removed unused audit log config settings
This commit is contained in:
Andrew Shvayka 2022-07-11 11:57:26 +03:00 committed by GitHub
commit 113bfa9d05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 6 deletions

View File

@ -545,10 +545,6 @@ spring:
audit-log: audit-log:
# Enable/disable audit log functionality. # Enable/disable audit log functionality.
enabled: "${AUDIT_LOG_ENABLED:true}" enabled: "${AUDIT_LOG_ENABLED:true}"
# Specify partitioning size for audit log by tenant id storage. Example MINUTES, HOURS, DAYS, MONTHS
by_tenant_partitioning: "${AUDIT_LOG_BY_TENANT_PARTITIONING:MONTHS}"
# Number of days as history period if startTime and endTime are not specified
default_query_period: "${AUDIT_LOG_DEFAULT_QUERY_PERIOD:30}"
# Logging levels per each entity type. # Logging levels per each entity type.
# Allowed values: OFF (disable), W (log write operations), RW (log read and write operations) # Allowed values: OFF (disable), W (log write operations), RW (log read and write operations)
logging-level: logging-level:

View File

@ -5,8 +5,6 @@ zk.zk_dir=/thingsboard
updates.enabled=false updates.enabled=false
audit-log.enabled=true audit-log.enabled=true
audit-log.by_tenant_partitioning=MONTHS
audit-log.default_query_period=30
audit-log.sink.type=none audit-log.sink.type=none
cache.type=caffeine cache.type=caffeine