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

Epic logging #1186

Merged
merged 32 commits into from May 27, 2022
Merged

Epic logging #1186

merged 32 commits into from May 27, 2022

Commits on Mar 16, 2022

  1. Configuration menu
    Copy the full SHA
    d318c8e View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. refactor: remove Debug config option (#1023)

    * refactor: remove Debug config option
    
    * feat: check if Debug is enabled for big payloads
    rogercoll committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    3d1d916 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. Configuration menu
    Copy the full SHA
    a3ac3db View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. feat: add logrus.Fields to feature trace output (#1048)

    * feat: add logrus.Fields to feature trace output
    
    * feat: remove logrus.Fields param from feature trace
    rogercoll committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    2ddbec3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    300f744 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. Combine multiple debug messages about devices (#1049)

    * Combine multiple debug messages about devices
    
    * Move NFS error from debug to warn
    brushknight committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    5654d53 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. Logging improvements/add samplers feature trace (#1056)

    * feat: add "Sampler" feature trace
    
    * refactor: use TraceSamplerStructureDetails for sampler traces
    rogercoll committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    c6674c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b6b349 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. added logging on discovery (#1062)

    * added logging on discovery
    
    * fixed tests
    cristianciutea committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    9844b18 View commit details
    Browse the repository at this point in the history
  2. add integration_name field to executor logger (#1068)

    * add integration_name field to executor logger
    
    * renaming configuration option
    cristianciutea committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    d05ab55 View commit details
    Browse the repository at this point in the history
  3. feat: replace Fields by log.Entry in tracer (#1070)

    * feat: replace Fields by log.Entry in tracer
    
    * consider when fields is nil
    rubenruizdegauna committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    6de552e View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Configuration menu
    Copy the full SHA
    4412dc1 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. Configuration menu
    Copy the full SHA
    f7b48fb View commit details
    Browse the repository at this point in the history
  2. Logging improvements/trace fields (#1100)

    * feat: add WithTrace fields
    
    The fields added with that method will only be displayed when
    the Trace level is enabled
    
    * refactor: move json logged payloads to trace fields
    
    * feat: remove unused helper function and apply suggestion
    rogercoll committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    f2f43ab View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Logging improvements/remove ff (#1104)

    * refactor: move feature traces usages to log.Trace
    
    * refactor: remove feature flags package
    
    * refactor: remove FeatureFlags configuration option
    rogercoll committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    d734f81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfe5f92 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Logging improvements/log config (#1110)

    * feat: add LogConfig structure for logging options
    
    * fix: check logfile definition for windows
    
    * feat: remove wrong documentation line
    
    * feat: add smart limit option
    
    * feat: apply typos suggestions
    rogercoll committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    977bf41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3d44f1 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Configuration menu
    Copy the full SHA
    5525a3e View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. feat: add logging filter configuration option (#1117)

    * feat: add logging filter configuration option
    
    Adds a new configuration option for logging to filter by fields. It
    also includes a logrus.Formatter implementation that performs this filtering.
    
    * feat: populate log config option
    
    * feat: use config.Log object to configure formatter
    rogercoll committed May 2, 2022
    Configuration menu
    Copy the full SHA
    4be5c81 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Configuration menu
    Copy the full SHA
    4a6d714 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    117760c View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. add context for heartbeat logs (#1138)

    * add context for heartbeat logs
    
    * Heartbeat msg as warning. Refactor naming
    
    Co-authored-by: Ruben Ruiz de Gauna <rubenruizdegauna@gmail.com>
    brushknight and rubenruizdegauna committed May 17, 2022
    Configuration menu
    Copy the full SHA
    268e29b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ff0b27 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. update branch

    cristianciutea committed May 18, 2022
    Configuration menu
    Copy the full SHA
    4162421 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. Logging improvements/docs (#1142)

    * docs: add log configuration option
    
    * docs: document with log differences
    rogercoll committed May 23, 2022
    Configuration menu
    Copy the full SHA
    8cff451 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. merge master branch

    cristianciutea committed May 25, 2022
    Configuration menu
    Copy the full SHA
    08118bf View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. Cciutea/logging filters (#1168)

    * feat: add include and exclude logging filters
    
    * added include/exclude log filtering options
    
    * fixed unit test
    
    * update code docs
    
    * fixed unsupported logging config
    
    * improved logging filtering
    
    * added more test
    
    * fixed failing tests
    
    * improve log filtering tests
    
    * fix databind
    
    * revert
    
    Co-authored-by: Roger Coll <rogercoll@protonmail.com>
    cristianciutea and rogercoll committed May 26, 2022
    Configuration menu
    Copy the full SHA
    ca45e56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e51ef60 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. Configuration menu
    Copy the full SHA
    5603b7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4c7f4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c28e59 View commit details
    Browse the repository at this point in the history