Skip to content

Commit 039827f

Browse files
committed
update readme
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
1 parent 83b1024 commit 039827f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ Usage:
1818
1919
Application Options:
2020
--log.debug debug mode [$LOG_DEBUG]
21-
--log.trace trace mode [$LOG_TRACE]
21+
--log.devel development mode [$LOG_DEVEL]
2222
--log.json Switch log output to json format [$LOG_JSON]
2323
--azure.environment= Azure environment name (default: AZUREPUBLICCLOUD) [$AZURE_ENVIRONMENT]
24-
--azure.servicediscovery.cache= Duration for caching Azure ServiceDiscovery of workspaces to reduce API calls
25-
(time.Duration) (default: 30m) [$AZURE_SERVICEDISCOVERY_CACHE]
24+
--azure.servicediscovery.cache= Duration for caching Azure ServiceDiscovery of workspaces to reduce API calls (time.Duration)
25+
(default: 30m) [$AZURE_SERVICEDISCOVERY_CACHE]
26+
--azure.resource-tag= Azure Resource tags (space delimiter) (default: owner) [$AZURE_RESOURCE_TAG]
2627
--loganalytics.workspace= Loganalytics workspace IDs [$LOGANALYTICS_WORKSPACE]
27-
--loganalytics.concurrency= Specifies how many workspaces should be queried concurrently (default: 5)
28-
[$LOGANALYTICS_CONCURRENCY]
28+
--loganalytics.concurrency= Specifies how many workspaces should be queried concurrently (default: 5) [$LOGANALYTICS_CONCURRENCY]
2929
-c, --config= Config path [$CONFIG]
3030
--server.bind= Server address (default: :8080) [$SERVER_BIND]
3131
--server.timeout.read= Server read timeout (default: 5s) [$SERVER_TIMEOUT_READ]

0 commit comments

Comments
 (0)