Skip to content

Usability improvements

Dmytro Makovey requested to merge feature/env_var_parameters into master
  • Partially addressing issue gitlab-org/charts/gitlab#2554 Introduce ability to configure gitlab-logger using env variables that can be further utilized in Kubernetes deployments with Helm values setting up said ENV variables at deployment time.

    Environment variable names follow the same pattern as flag names, all prefixed by GITLAB_LOGGER_ and the name capitalized.

  • Fix CLI flag parsing/help message display

Edited by Dmytro Makovey

Merge request reports