Skip to content

Commit e61601f

Browse files
lgelauffclaude
andcommitted
docs(deployment): standardize log paths to logs/ subdirectory
All three deployments (montage, montage-beta, montage-dev) now use /data/project/<project>/logs/ for log files. Added mkdir step to from-scratch instructions and corrected the debugging section note. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 8401a35 commit e61601f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

deployment.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ This will build the vue prod bundle and put in backend's `template` and `static`
5151
* Add a `cookie_secret: <your random secret>`
5252
* Add the `db_url` with your user database name, and the password from `~/.replica.my.cnf`
5353
* The format is: `mysql+pymysql://<user>:<password>@tools.db.svc.wikimedia.cloud/<db name>?charset=utf8mb4`
54+
* Create the log directory: `mkdir -p /data/project/<project>/logs`
5455
* Add `api_log_path: /data/project/<project>/logs/montage_api.log`
5556
* Add `replay_log_path: /data/project/<project>/logs/montage_replay.log`
5657
* Add `labs_db: True`
@@ -157,7 +158,7 @@ The uwsgi log is at:
157158
tail -50 /data/project/montage-beta/uwsgi.log
158159
```
159160

160-
Note: there is no `logs/` directory inside `src/` — the log is one level up.
161+
Note: the log directory is `/data/project/<project>/logs/`, not inside `src/`.
161162

162163
##### Running Python / pip commands
163164

0 commit comments

Comments
 (0)