Nanik
Nanik
@ccojocar what needs to be done for the documentation ? keen to help out for this ticket.
@ccojocar Going through the above mentioned code found that the complete JSON file will look like this ``` { "global": { "nosec": true, "audit" : "enabled", "show-ignored" : true, "#nosec"...
Went through the code as you suggested found the following for `Set(..)` and `Get(..)` (both inside `config_test.go`) ``` It("should be possible to save configuration to file", func() { configuration.Set("G101", map[string]string{...
@blotus is the log configuration only for `crowdsec` or including the `cli` ?
The test is failing inside TestDeleteMachineErrorNoServer method Will submit PR to fix this
How come running in travis yields different result ``` FAIL: iaas_test.go:358: cloudstackSuite.TestDeleteMachineErrorNoServer iaas_test.go:365: c.Assert(err, check.ErrorMatches, ".*Temporary failure in name resolution*") ... error string = "Get http://invalidurl.invalid.invalid?apiKey=test&command=listVolumes&response=json&virtualmachineid=myMachineId&signature=A4dPF7Y85uOmkoqbnTK8fa9OUug%3D: dial tcp: lookup invalidurl.invalid.invalid...