$ man tmux
...
-vRequest verbose logging. Log messages will be saved intotmux-client-PID.logandtmux-server-PID.logfiles in the current directory, where PID is the PID of the server or client process. If-vis specified twice, an additionaltmux-out-PID.logfile is generated with a copy of everything tmux writes to the terminal.
I'm just curious if anyone knows if there is some way to specify (by environment variable or some other way) some directory other than the "current directory" where the logs should be written to.
I wasn't able to find this in the documentation.