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

Add log filtering functionality #71

Merged
merged 6 commits into from Jul 14, 2022
Merged

Add log filtering functionality #71

merged 6 commits into from Jul 14, 2022

Commits on Jul 13, 2022

  1. New utility function in internal/hclogutils: ArgsToKeys

    It takes `ImplicitArgs()` from `hclog.Logger`, and returns the keys of the k/v pairs slice
    Ivan De Marino committed Jul 13, 2022
    Copy the full SHA
    1196825 View commit details
    Browse the repository at this point in the history
  2. Implementing the business logic of filtering in internal/logging pa…

    …ckage
    Ivan De Marino committed Jul 13, 2022
    Copy the full SHA
    49e7709 View commit details
    Browse the repository at this point in the history
  3. Defining utilities to create loggerKeys for storing log filtering c…

    …onfiguration in Context
    Ivan De Marino committed Jul 13, 2022
    Copy the full SHA
    15e3dad View commit details
    Browse the repository at this point in the history
  4. Exposing log filtering on all offerings of this library

    - tflog root logger
    - tflog subsystem logger
    - tfsdklog root logger
    - tfsdklog subsystem logger
    Ivan De Marino committed Jul 13, 2022
    Copy the full SHA
    48a8bdb View commit details
    Browse the repository at this point in the history
  5. Missed an import

    Ivan De Marino committed Jul 13, 2022
    Copy the full SHA
    a1e51ea View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Adding CHANGELOG entries for log filtering and preparing for v0.5.0 r…

    …elease
    Ivan De Marino committed Jul 14, 2022
    Copy the full SHA
    d23e161 View commit details
    Browse the repository at this point in the history