Zach Zeid
09/02/2020, 2:48 PMfleet serve
. After fleet serve
is running, nothing from stdout is getting logged. Is this expected, if so is there a way around this?sundsta
09/02/2020, 4:09 PM{ "msg": "listening", "address": "0.0.0.0:8080", "transport": "http", "ts": "2020-09-02T16:02:55.480404453Z" }
Zach Zeid
09/02/2020, 4:09 PMfleet serve
doesn't show upecho "hello world"
doesn't seem to get to stdoutsundsta
09/02/2020, 4:11 PMfleet serve
never exits until you stop the process, so nothing after that command in a script would runZach Zeid
09/02/2020, 4:11 PMfleet serve
? My understanding is --config
is only for fleet configuration, not packssundsta
09/02/2020, 5:11 PM