Skip to content
This repository was archived by the owner on Feb 20, 2023. It is now read-only.

Commit 9bb0c71

Browse files
committed
fix log level values
1 parent ea11ed9 commit 9bb0c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Remote Read Interceptor has the following command-line flags:
2222
* `-influx-url` - the influxdb target url (default: 'http://127.0.0.1:8086').
2323
* `-check-frequency` - the cache check frequency in minutes (default: 60).
2424
* `-expiration-limit` - the cache expiration limit (default: 1440).
25-
* `-log-level` - set the loglevel : Debug(0) Info(1) Warning(2) Error(3) Fatal(4) (default: '1').
25+
* `-log-level` - set the loglevel: Fatal(0) Error(1) Warning(2) Info(3) Debug(4) (default: '1').
2626

2727
## Prometheus setup
2828

0 commit comments

Comments
 (0)