Adds filtering of log files by date, log message type, and folder - #1642
Open
york-stsci wants to merge 29 commits into
Open
Adds filtering of log files by date, log message type, and folder#1642york-stsci wants to merge 29 commits into
york-stsci wants to merge 29 commits into
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 |
bhilbert4
approved these changes
Oct 3, 2024
bhilbert4
left a comment
Collaborator
There was a problem hiding this comment.
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.