|
@@ -340,6 +340,9 @@ func NewConfigCmd() *cobra.Command {
|
|
|
fmt.Printf("Crowdsec:\n")
|
|
|
fmt.Printf(" - Acquisition File : %s\n", csConfig.Crowdsec.AcquisitionFilePath)
|
|
|
fmt.Printf(" - Parsers routines : %d\n", csConfig.Crowdsec.ParserRoutinesCount)
|
|
|
+ if csConfig.Crowdsec.AcquisitionDirPath != "" {
|
|
|
+ fmt.Printf(" - Acquisition Folder : %s\n", csConfig.Crowdsec.AcquisitionDirPath)
|
|
|
+ }
|
|
|
}
|
|
|
if csConfig.Cscli != nil {
|
|
|
fmt.Printf("cscli:\n")
|