You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- switch to golang 1.25
- update dependencies
- switch from zap logging to slog
- added azcli container image
Signed-off-by: Markus Blaschke <[email protected]>
--log.format=[logfmt|json] Log format (default: logfmt) [$LOG_FORMAT]
22
+
--log.source=[|short|file|full] Show source for every log message (useful for debugging and bug reports) [$LOG_SOURCE]
23
+
--log.color=[|auto|yes|no] Enable color for logs [$LOG_COLOR]
24
+
--log.time Show log time [$LOG_TIME]
25
+
--azure.environment= Azure environment name (default: AZUREPUBLICCLOUD) [$AZURE_ENVIRONMENT]
26
+
--azure.servicediscovery.cache= Duration for caching Azure ServiceDiscovery of workspaces to reduce API calls (time.Duration) (default: 30m) [$AZURE_SERVICEDISCOVERY_CACHE]
0 commit comments