aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-03-12 16:20:48 +0100
committerChocobozzz <me@florianbigard.com>2021-03-24 18:18:41 +0100
commit7992c9e1cbba88b8923ba77dab975b649827c931 (patch)
tree643c9a26e009f85e83b5551885915aaaf4ff46c8 /support/doc
parentf43db2f46ee50bacb402a6ef42d768694c2bc9a8 (diff)
downloadPeerTube-7992c9e1cbba88b8923ba77dab975b649827c931.tar.gz
PeerTube-7992c9e1cbba88b8923ba77dab975b649827c931.tar.zst
PeerTube-7992c9e1cbba88b8923ba77dab975b649827c931.zip
Update yarn lock
Diffstat (limited to 'support/doc')
-rw-r--r--support/doc/development/release.md2
-rw-r--r--support/doc/tools.md7
2 files changed, 8 insertions, 1 deletions
diff --git a/support/doc/development/release.md b/support/doc/development/release.md
index 39c2c5608..5cd735eda 100644
--- a/support/doc/development/release.md
+++ b/support/doc/development/release.md
@@ -19,4 +19,4 @@ NODE_APP_INSTANCE=6 NODE_ENV=test npm run start
19 * Check the release is okay: https://github.com/Chocobozzz/PeerTube/releases 19 * Check the release is okay: https://github.com/Chocobozzz/PeerTube/releases
20 * Update https://peertube3.cpy.re and check it works correctly 20 * Update https://peertube3.cpy.re and check it works correctly
21 * Update all other instances and check it works correctly 21 * Update all other instances and check it works correctly
22 * Communicate 22 * After a couple of days, update https://joinpeertube.org/api/v1/versions.json
diff --git a/support/doc/tools.md b/support/doc/tools.md
index 452b3d039..da32506bd 100644
--- a/support/doc/tools.md
+++ b/support/doc/tools.md
@@ -244,6 +244,13 @@ $ sudo -u peertube NODE_CONFIG_DIR=/var/www/peertube/config NODE_ENV=production
244 244
245`--level` is optional and could be `info`/`warn`/`error` 245`--level` is optional and could be `info`/`warn`/`error`
246 246
247You can also remove SQL or HTTP logs using `--not-tags`:
248
249```
250$ cd /var/www/peertube/peertube-latest
251$ sudo -u peertube NODE_CONFIG_DIR=/var/www/peertube/config NODE_ENV=production npm run parse-log -- --level debug --not-tags http sql
252```
253
247### create-transcoding-job.js 254### create-transcoding-job.js
248 255
249You can use this script to force transcoding of an existing video. PeerTube needs to be running. 256You can use this script to force transcoding of an existing video. PeerTube needs to be running.