Commit Graph

6 Commits

Author SHA1 Message Date
Ingo Oppermann
85204b1788 Fix session log loss if session closes before latest log file split 2023-11-02 20:23:25 +01:00
Ingo Oppermann
63714dec87 Add test for slow storage 2023-09-21 14:00:22 +02:00
Ingo Oppermann
24be6a4bc5 Fix erroring out on defect session history file
Instead of throwing an error and refusing to register a collector
the defect history file is renamed and the session history is
started from scratch.
2023-09-21 10:31:05 +02:00
Ingo Oppermann
352289f759 Fix register session after close 2023-07-04 12:30:43 +02:00
Ingo Oppermann
d3eed2a417 Allow to log each finished session to filesystem
By providing CORE_SESSIONS_SESSION_LOG_PATH_PATTERN (e.g. "/log/%Y-%m-%d.log") all
finished sessions will be logged to a file according to the provided strftime-pattern. The
actual value is calculated from when the session closed. CORE_SESSIONS_PERSIST must
be set. Default: not set.

Set CORE_SESSIONS_SESSION_LOG_BUFFER_SEC to the number of seconds the log should be
buffered in memory before persisted to disk. Default 15 seconds.
2023-06-20 15:19:25 +02:00
Jan Stabenow
9c0b535199 Add v16.7.2 2022-05-13 19:26:45 +02:00