You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**logDirectory**| Directory for log files | "./logs" | File path (`ENSHROUDED_LOG_DIR`). Also used for `server_manager.log` and `server_manager_backup/`. |
408
408
|**ip**| Server IP binding | "0.0.0.0" | Server IP address |
Copy file name to clipboardExpand all lines: docs/commands.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ For full container shutdowns, use a 90-second grace period: `docker stop -t 90 e
5
5
6
6
Note: All commands below are shown without the `server` prefix. Internally, they are aliases to the same script. If needed, you can still run them as `docker exec enshroudedserver server <command>`.
7
7
Most commands can run without extra arguments and then use defaults from `server_manager.json` / `enshrouded_server.json` (for example cron schedules and player-check behavior).
8
+
Manager runtime logs (including `supervisord` main log) are written to `${ENSHROUDED_LOG_DIR}/server_manager.log` (default: `/home/enshrouded/server/logs/server_manager.log`).
- This file also includes the `supervisord` main log output.
129
+
- On bootstrap, if `server_manager.log` already exists and is non-empty, it is rotated to `<resolved-log-dir>/server_manager_backup/server_manager_<timestamp>.log`.
0 commit comments