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

Adds "bootstrap logger" for logging before CLI options are recognized #1839

Merged
merged 2 commits into from
Mar 5, 2023

Commits on Mar 5, 2023

  1. Adds "bootstrap logger" for logging before CLI options are recognized

    Aims at parts of tmt lifetime where logging is needed, but CLI options
    like --debug are unknown yet. This would be code that's executed in
    import time, the most visible one is plugin explocation & importing, but
    there may be other. At this moment, `fmf.utils.Logging` is used for this
    purpose, but that's tmt's logging "sneaking" away from what `tmt.log`
    offers and implements. And that's not good, as it may mean slightly
    different logging behavior than the one exhibited during the rest of
    tmt run.
    happz committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    b6f752e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d79f6b0 View commit details
    Browse the repository at this point in the history