What's in this release
v1.4.6 is the daemon management release.
New
- Added
mekong logsto print daemon log output from~/.mekong/mekong.log - Added
mekong logs -fto follow daemon logs live likedocker logs -f - Added per-port log filtering with
mekong logs 3000andmekong logs -f 3000 - Added specific stop by port with
mekong stop 3000 - Added
mekong stop --allto stop all daemon tunnels mekong statusnow shows per-port daemon state and PID info- Stopping a daemon tunnel clears old log lines for that port
mekong stop --allclears the daemon log file
Frontend / docs impact
- Add logs actions for daemon tunnels: View logs and Follow logs
- Add port-scoped actions: View logs for this port, Follow logs for this port, Stop tunnel
- Keep wording clear that logs are filtered by local port
- Note that old logs are cleared when that tunnel is stopped
- Bump install and download links to
v1.4.6
Example commands
mekong -d 3000
mekong logs 3000
mekong logs -f 3000
mekong status 3000
mekong stop 3000
mekong logs
mekong logs -f
mekong status
mekong stop --all