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

cmd/icingadb: Log Icinga DB version during startup #690

Merged
merged 1 commit into from
Mar 12, 2024

Commits on Mar 11, 2024

  1. cmd/icingadb: Log Icinga DB version during startup

    To better recognize the Icinga DB version used in case of errors, it is
    now logged at startup.
    
    If VCS is available during build, the current commit is included.
    - Dirty VCS directory:
    > 2024-03-11T14:36:29.317+0100    INFO    icingadb        Starting Icinga DB daemon (1.1.1-g0e9810c-dirty)
    - Clean VCS directory:
    > 2024-03-11T14:38:09.664+0100    INFO    icingadb        Starting Icinga DB daemon (1.1.1-geed8589)
    - Build with `-buildvcs=false`:
    > 2024-03-11T14:38:56.554+0100    INFO    icingadb        Starting Icinga DB daemon (1.1.1)
    
    Closes #689.
    oxzi committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    3e5ca98 View commit details
    Browse the repository at this point in the history