GUI editor to tame mod_security rules

⌈⌋ ⎇ branch:  modseccfg


Artifact [f7039af5fe]

Artifact f7039af5fee8ec7e966d26e5e4a9a4783128eb3409bdea54e725cc1a7a4ed737:

  • File logfmt1/docs/update-logfmt.md — part of check-in [33aecba645] at 2020-12-28 12:59:08 on branch trunk — Add docs for logfmt1 (user: mario size: 737)

## update-logfmt

The `update-logfmt` script (should be in in /usr/bin/ when installed via
system package) will create [.log.fmt](log.fmt.md) files for known system
logs.

It's basically just a wrapper script that invokes handlers in
`/usr/share/logfmt/update/*`. Each of which scans one application
config to locate and decorate its according log files.


### args

| param | desc |
|-------|------|
|--test |print script names which would run, but don't run them.|
|--verbose|print script names before running them.|


## scripts

Currently just supports:

 * Apache (access, global, error and transfer logs, no forensic logs)
 * Nginx (only accesss logs)

More static system logs (klog/syslog) might be supported in the next
version.