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

Tie Logging.Level to default log levels in Xrootd #1811

Open
jhiemstrawisc opened this issue Dec 6, 2024 · 0 comments
Open

Tie Logging.Level to default log levels in Xrootd #1811

jhiemstrawisc opened this issue Dec 6, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request error messages Improvements to error messages
Milestone

Comments

@jhiemstrawisc
Copy link
Member

Right now we can set logging levels in the Pelican process with:

Logging:
  Level: <level>

where valid levels are Trace, Debug, Info, Warn, Error, Fatal, and Panic.

We can also set logging levels in the XRootD process with:

Logging:
  Origin:
    <component>: <level>
  Cache:
    <component: <level>

It sure would be swell if the value from Logging.Level could be applied as a calculated default for all the Origin/Cache components unless those components are explicitly set otherwise.

@jhiemstrawisc jhiemstrawisc added enhancement New feature or request error messages Improvements to error messages labels Dec 6, 2024
@jhiemstrawisc jhiemstrawisc added this to the v7.13.0 milestone Dec 6, 2024
@jhiemstrawisc jhiemstrawisc self-assigned this Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request error messages Improvements to error messages
Projects
None yet
Development

No branches or pull requests

1 participant