@@ -14,18 +14,20 @@ Usage:
1414 azure-resourcegraph-exporter [OPTIONS]
1515
1616Application Options:
17- --log.debug debug mode [$LOG_DEBUG]
18- --log.devel development mode [$LOG_DEVEL]
19- --log.json Switch log output to json format [$LOG_JSON]
20- --azure-environment= Azure environment name (default: AZUREPUBLICCLOUD) [$AZURE_ENVIRONMENT]
21- --azure-subscription= Azure subscription ID [$AZURE_SUBSCRIPTION_ID]
22- -c, --config= Config path [$CONFIG]
23- --server.bind= Server address (default: :8080) [$SERVER_BIND]
24- --server.timeout.read= Server read timeout (default: 5s) [$SERVER_TIMEOUT_READ]
25- --server.timeout.write= Server write timeout (default: 10s) [$SERVER_TIMEOUT_WRITE]
17+ --log.level=[trace|debug|info|warning|error] Log level (default: info) [$LOG_LEVEL]
18+ --log.format=[logfmt|json] Log format (default: logfmt) [$LOG_FORMAT]
19+ --log.source=[|short|file|full] Show source for every log message (useful for debugging and bug reports) [$LOG_SOURCE]
20+ --log.color=[|auto|yes|no] Enable color for logs [$LOG_COLOR]
21+ --log.time Show log time [$LOG_TIME]
22+ --azure-environment= Azure environment name (default: AZUREPUBLICCLOUD) [$AZURE_ENVIRONMENT]
23+ --azure-subscription= Azure subscription ID [$AZURE_SUBSCRIPTION_ID]
24+ -c, --config= Config path [$CONFIG]
25+ --server.bind= Server address (default: :8080) [$SERVER_BIND]
26+ --server.timeout.read= Server read timeout (default: 5s) [$SERVER_TIMEOUT_READ]
27+ --server.timeout.write= Server write timeout (default: 10s) [$SERVER_TIMEOUT_WRITE]
2628
2729Help Options:
28- -h, --help Show this help message
30+ -h, --help Show this help message
2931```
3032
3133
0 commit comments