PelicanPlatform / pelican

The Pelican Platform for creating data federations
https://pelicanplatform.org/
Apache License 2.0
11 stars 24 forks source link

Cleanup origin startup stdout #1502

Closed bbockelm closed 4 weeks ago

bbockelm commented 3 months ago

When watching folks during the PEARC tutorial, it was quite apparent how confusing our startup has become -- lots of "stuff" gets printed to stdout not from Pelican.

Here's what we have currently:

Initializing run environment for Pelican...
Jul 22, 2024 6:45:54 PM edu.uiuc.ncsa.security.core.util.MyLoggingFacade info
INFO: scitokens-server:Logging to file /dev/pts/0
Jul 22, 2024 6:45:54 PM edu.uiuc.ncsa.security.core.util.MyLoggingFacade info
INFO: scitokens-server:OAuth 2 for MyProxy, version 5.4.1 startup on Mon Jul 22 18:45:54 UTC 2024
Jul 22, 2024 6:45:54 PM edu.uiuc.ncsa.security.core.util.MyLoggingFacade info
INFO: scitokens-server:loading configuration.
Jul 22, 2024 6:45:54 PM edu.uiuc.ncsa.security.core.util.MyLoggingFacade info
INFO: oa4mp:Error loading authorization configuration. Disabling use of headers
Jul 22, 2024 6:45:54 PM edu.uiuc.ncsa.security.core.util.MyLoggingFacade info
INFO: oa4mp:ping enabled
Jul 22, 2024 6:45:54 PM edu.uiuc.ncsa.security.core.util.MyLoggingFacade info
INFO: oa4mp:No claim source configuration found.
Jul 22, 2024 6:45:54 PM edu.uiuc.ncsa.security.core.util.MyLoggingFacade info
INFO: oa4mp:Starting to load LDAP configuration.
No chain present for host cert; trying to derive one
No chain present; will use empty file
Starting Pelican...
Running pelican with arguments: origin serve -p 8444
Version: 7.9.3-next
Build Date: 2024-06-25T16:40:15Z
Build Commit: a024f4636b25ecccb26308769c0256d488d62392
Built By: goreleaser
2024/07/22 18:45:54 OK   20240528174529_create_db_tables.sql (2.76ms)
2024/07/22 18:45:54 goose: successfully migrated database to version: 20240528174529

Pelican admin interface is not initialized

I think we should dump:

Marking as critical as I think this might be a simple fix but bigger payoff for new people.

bbockelm commented 1 month ago

Some additional details: