mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-11 15:34:56 +00:00
Use WARN log level for unittest
to output WARN message if unittest path to rule file is wrong
This commit is contained in:
parent
6bf49aef03
commit
6ddd0b10a9
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ var (
|
|||
|
||||
const (
|
||||
testStoragePath = "vmalert-unittest"
|
||||
testLogLevel = "ERROR"
|
||||
testLogLevel = "WARN"
|
||||
)
|
||||
|
||||
// UnitTest runs unittest for files
|
||||
|
|
Loading…
Reference in a new issue