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

Populate XrdSciTokens with more detailed log messages. #1644

Merged
merged 3 commits into from
May 4, 2022

Commits on Mar 12, 2022

  1. Populate XrdSciTokens with more detailed log messages.

    This introduces configuration-file-controlled tracing of SciTokens-
    related messages and a number of detailed log messages.
    
    As typical, this is controlled by a new config variable:
    ```
    scitokens.trace [level] [level] ...
    ```
    
    Where level can be one of `all`, `none`, `debug`, `info`, `warning`, or
    `error`.
    
    Roughly, the levels imply:
    - Error: fatal issue in plugin configuration
    - Warning: Potentially-problematic configuration or token that is invalid
    - Info: Informational messages about the plugin.  Shouldn't have any logging
      per-request
    - Debug: Verbose, per-request details about the tokens.
    
    The default is error + warning; debug is not recommended for continuous
    production settings but is immensely helpful in solving problems.
    bbockelm committed Mar 12, 2022
    Configuration menu
    Copy the full SHA
    43ecaea View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2022

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