Skip to content

Commit

Permalink
add documentation for logfile configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Hsn723 committed Jan 29, 2024
1 parent 5748ee2 commit 1c8de50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ These options can be used when starting the `postfix_exporter`
| `--web.telemetry-path` | Path under which to expose metrics | `/metrics` |
| `--postfix.showq_path` | Path at which Postfix places its showq socket | `/var/spool/postfix/public/showq` |
| `--postfix.logfile_path` | Path where Postfix writes log entries | `/var/log/mail.log` |
| `--postfix.logfile_must_exist` | Fail if the log file doesn't exist. | `true` |
| `--postfix.logfile_debug` | Enable debug logging for the log file. | `false` |
| `--log.unsupported` | Log all unsupported lines | `false` |
| `--docker.enable` | Read from the Docker logs instead of a file | `false` |
| `--docker.container.id` | The container to read Docker logs from | `postfix` |
Expand Down

0 comments on commit 1c8de50

Please sign in to comment.