coroot/coroot-node-agent

Bug in documentation

KKulishov opened this issue · 1 comments

Hello!

you have an error in the documentation. node-agent

set flags
--no-parse-logs Disable container logs parsing

but if set this flag , node-agent error:

coroot-node-agent: error: unknown long flag '--no-parse-logs', try --help

but in your code it says flag node-agent

DisableLogParsing = kingpin.Flag("disable-log-parsing", "Disable container log parsing").Default("false").Bool()

please correct the documentation node-agent flags

you have a great project!

def commented

Fixed! Thanks for telling us.