Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 681 Bytes

File metadata and controls

18 lines (11 loc) · 681 Bytes

fly-log-shipper

see README in the repository this was forked from for details.

This fork adds some custom transformations to logs coming out of our fly apps to ensure all output logs are in a structured JSON format.

See our modified vector.toml for details.

Launch

fly launch --config fly/fly-<org>.toml --org <org> --no-public-ips --no-deploy --name fly-log-shipper-<org>

fly secrets --config fly/fly-<org>.toml set ACCESS_TOKEN=$(fly auth token)

fly deploy --config fly/fly-<org>.toml
fly scale --config fly/fly-<org>.toml count 1