Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fc4b165d23 | ||
|
|
e81735d5ec |
+1
-1
@@ -1 +1 @@
|
||||
1.1.6
|
||||
1.1.8
|
||||
|
||||
+4
-4
@@ -1392,10 +1392,9 @@ def _archive_old_audit_log_rows():
|
||||
if archived_rows:
|
||||
log_action_system(
|
||||
"auditlog.archive",
|
||||
details=(
|
||||
"Auditlog",
|
||||
f"{archived_rows} Einträge über {archived_days} Tag(e) archiviert "
|
||||
f"(Schwellenwert {AUDIT_LOG_ARCHIVE_THRESHOLD}, Ziel {AUDIT_LOG_ARCHIVE_TARGET})."
|
||||
),
|
||||
f"(Schwellenwert {AUDIT_LOG_ARCHIVE_THRESHOLD}, Ziel {AUDIT_LOG_ARCHIVE_TARGET}).",
|
||||
)
|
||||
|
||||
|
||||
@@ -7629,7 +7628,8 @@ def logs_history_audit_export():
|
||||
|
||||
log_action(
|
||||
"auditlog.export_delete",
|
||||
details=f"{len(deleted)} archivierte Auditlog-Datei(en) exportiert und vom Server gelöscht.",
|
||||
"Auditlog",
|
||||
f"{len(deleted)} Datei(en) exportiert und gelöscht: {', '.join(deleted)}",
|
||||
)
|
||||
|
||||
today_str = datetime.now().strftime("%Y-%m-%d")
|
||||
|
||||
Reference in New Issue
Block a user