Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log build info on startup #872

Conversation

benashz
Copy link
Collaborator

@benashz benashz commented Jul 25, 2024

Extends the runtime info log to include the build info of the running VSO instance:

{
  "level": "info",
  "ts": "2024-07-25T21:41:51Z",
  "logger": "setup",
  "msg": "Starting manager",
  "gitVersion": "v0.7.0-66-gfdf6a90",
  "gitCommit": "fdf6a9031e268644bdb9c07fb221fd46fc7474b4",
  "gitTreeState": "dirty",
  "buildDate": "2024-07-25T21:38:05+0000",
  "goVersion": "go1.22.5",
  "platform": "linux/amd64",
  "clientCachePersistenceModel": "direct-encrypted",
  "clientCacheSize": 10000,
  "backoffMultiplier": 1.5,
  "backoffMaxInterval": 60,
  "backoffMaxElapsedTime": 0,
  "backoffInitialInterval": 5,
  "backoffRandomizationFactor": 0.5,
  "globalTransformationOptions": "",
  "globalVaultAuthOptions": "allow-default-globals"
}

@benashz benashz requested a review from a team as a code owner July 25, 2024 21:40
@benashz benashz requested review from tvoran and thyton July 25, 2024 21:40
@benashz benashz added this to the 0.8.1 milestone Jul 25, 2024
@benashz benashz merged commit a13b6a8 into VAULT-28999/fix-deadlock-on-invalid-encryption-client Jul 26, 2024
42 checks passed
@benashz benashz deleted the VAULT-28999/log-build-info branch July 26, 2024 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants