tlog
tlog copied to clipboard
Feature Request: Log to File Path Wildcarding
Currently, the file logging config option only allows you to enter a full file path. It would be very helpful if this path could support some sort of wildcarding for things like username, date, and PID. This could allow logging for multiple users on the system, using the file method, something along the lines of
"path": "/var/log/tlog/{username}_{date}.log"