-
Notifications
You must be signed in to change notification settings - Fork 43
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
Adds filtering of log files by date, log message type, and folder #1642
base: develop
Are you sure you want to change the base?
Conversation
…he function I created
Hello @york-stsci, Thank you for updating ! Cheers ! There are no PEP8 issues in this Pull Request. 🍻 Comment last updated at 2024-10-14 15:13:13 UTC |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me. I'd like to see how it behaves on the test server. I don't see any Cross Reference errors, although my browser does at times list logs from the test server directory, even after deleting cookies. Those logs obviously can't be loaded, but I don't see this as a show stopper.
Adds entries to the log file dictionary that sort logs based on
and adds javascript to hopefully auto-update the list of possible log files based on those filters.