Add parse-log doc
This commit is contained in:
parent
d77ad72663
commit
0ee027347a
1 changed files with 10 additions and 0 deletions
|
@ -85,6 +85,16 @@ $ node dist/server/tools/upload.js --help
|
|||
|
||||
These scripts should be run on the server, in `peertube-latest` directory.
|
||||
|
||||
### parse-log
|
||||
|
||||
To parse PeerTube last log file:
|
||||
|
||||
```
|
||||
$ sudo -u peertube NODE_CONFIG_DIR=/var/www/peertube/config NODE_ENV=production npm run parse-log -- --level info
|
||||
```
|
||||
|
||||
`--level` is optional and could be `info`/`warn`/`error`
|
||||
|
||||
### create-transcoding-job.js
|
||||
|
||||
You can use this script to force transcoding of an existing video.
|
||||
|
|
Loading…
Reference in a new issue