You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Brian, this is by design. All the config commands are intended to be interactive. The creation of a logfile from config commands is actually a bug that we are currently working on: #1934.
The LogLocation should only be used by server modules such as Cache, Director, Registry, and Origin.
We can always pipe the output of the dump command, or would it be helpful if I added a -f option to direct the config dump to a specific file?
@Saartank I think it definitely makes sense for pelican config dump to print only to stdout. However, when using a server module like pelican origin serve, a configuration dump is printed to stdout but all other logging gets printed in Logging.LogLocation. I would expect the config dump to also be included in Logging.LogLocation for this case.
Pelican Version:
7.12.0
Pelican Service:
Describe the bug
The Pelican configuration dump upon startup appears to be printed to stdout instead of a configured log file in
Logging.LogLocation
To Reproduce
LogLocation
Logging.LogLocation
Expected behavior
I'd expect the config dump to show up in the configured
Logging.LogLocation
. This is useful when troubleshooting for the following reasons:The text was updated successfully, but these errors were encountered: