repos / zmx

session persistence for terminal processes
git clone https://github.com/neurosnap/zmx.git

commit
59cbc53
parent
cb35332
author
Eric Bower
date
2025-12-29 09:42:11 -0500 EST
docs(readme): debugging section copy
1 files changed,  +1, -1
M README.md
+1, -1
1@@ -177,7 +177,7 @@ Each session gets its own unix socket file. The default location depends on your
2 
3 ## debugging
4 
5-We store global logs for cli commands in `/tmp/zmx-{uid}/logs/zmx.log`. We store session-specific logs in `/tmp/zmx-{uid}/logs/{session_name}.log`. These logs rotate to `.old` after 5MB.
6+We store global logs for cli commands in `{socket_dir}/logs/zmx.log`. We store session-specific logs in `{socket_dir}/logs/{session_name}.log`. Right now they are enabled by default and cannot be disabled. The idea here is to help with initial development until we reach a stable state.
7 
8 ## a note on configuration
9