From b7814e35ccf14dcea07760a06dd75a81c0343b87 Mon Sep 17 00:00:00 2001 From: Brian Bockelman Date: Sat, 25 Mar 2023 06:51:41 -0500 Subject: [PATCH] Add notes in README about the scitokens.trace option --- src/XrdSciTokens/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/XrdSciTokens/README.md b/src/XrdSciTokens/README.md index 87d4948ac51..9b69894746c 100644 --- a/src/XrdSciTokens/README.md +++ b/src/XrdSciTokens/README.md @@ -35,6 +35,14 @@ ofs.authlib [++] libXrdAccSciTokens.so config=/path/to/config/file If not given, it defaults to `/etc/xrootd/scitokens.cfg`. Restart the service for new settings to take effect. +The SciTokens plugin has multiple levels of logging output. To manage these, set: + +``` +scitokens.trace LEVEL_NAME +``` + +Valid levels include `error`, `warning`, `info`, `debug`, and `all`. + SciTokens Configuration File ----------------------------