mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 04:00:36 +01:00
This currently is missing a few features: - global sinks - logrotation But works fairly well otherwise.
7 lines
288 B
Makefile
7 lines
288 B
Makefile
SUBCOMMANDS = subcommands/failed subcommands/report subcommands/set subcommands/vector-logs subcommands/vector-start subcommands/vector-stop
|
|
TRIGGERS = triggers/install triggers/post-delete triggers/report
|
|
BUILD = commands subcommands triggers
|
|
PLUGIN_NAME = logs
|
|
|
|
include ../../common.mk
|