mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-12 06:24:10 +01:00
doc: put simpler options at the top of the install documentation
This commit is contained in:
@@ -18,7 +18,7 @@ var debug bool
|
||||
// RootCmd is the root for all commands
|
||||
var RootCmd = &cobra.Command{
|
||||
Use: "akvorado",
|
||||
Short: "Export flows to Kafka",
|
||||
Short: "Flow collector, hydrater and visualizer",
|
||||
PersistentPreRun: func(cmd *cobra.Command, args []string) {
|
||||
if isatty.IsTerminal(os.Stdout.Fd()) {
|
||||
log.Logger = log.Output(zerolog.ConsoleWriter{Out: os.Stderr})
|
||||
|
||||
Reference in New Issue
Block a user