added support for username variable for logging

This commit is contained in:
2026-03-27 13:11:42 -07:00
parent 1ba7810975
commit ae29dbab8b
5 changed files with 7 additions and 6 deletions

View File

@@ -2,9 +2,9 @@
# Base UNC path for saved clips — a subfolder per username is created automatically
UNCPath = '\\server\ITCaptures'
# Base UNC path for script logs — a subfolder per username is created automatically
# Directory path for script logs — supports %USERNAME% and other environment variables
# Each script writes its own log: OBSReplayBuffer.log, OBSReplayBuffer-Tray.log, OBSReplayBuffer-Save.log
LogPath = '\\server\ITLogs'
LogPath = '\\server\ITLogs\%USERNAME%'
# Replay buffer duration in seconds (120 = 2 minutes)
BufferSeconds = 120