Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/features/log-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ When running `pm2 start app.js [OPTIONS]` you can pass any of this options to th
--time prefix logs with standard formated timestamp
--log-date-format <format> prefix logs with custom formated timestamp
--merge-logs when running mutiple process with same app name, do not split file by id
--log_type specify the format in which pm2 logs will be saved
```

### Ecosystem
Expand All @@ -35,6 +36,7 @@ modules.exports = [{
error_file: 'err.log',
out_file: 'out.log',
log_file: 'combined.log',
log_type : 'json',
time: true
}]
```
Expand Down