Separate 117HD Logging Window#816
Merged
aHooder merged 10 commits into117HD:masterfrom Feb 23, 2026
Merged
Conversation
…sed on timestamp in filename Added - 117HD File appender to DEBUG-level plugin logger
…/testers of IntelliJ's Custom Log window default filtering on session start.
…om HdPlugin.java to HdPluginTest.java
It seems whenever there's color codes near the end of the line, IntelliJ can start adding blank lines randomly, so this seems like the best compromise.
Member
|
Sorry about the delay, and thanks for the PR 🙂 |
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.
Note: This does not impact existing logging capabilities in the Console window.
This PR adds a separate "117HD" window to IntelliJ while running the HDPluginTest run-configuration, and a File-Based logging appender to support it. This window only captures logs from the plugin itself, and can be filtered.

117HD DEBUG-level logs will go to a "117HD.log" file in the root project folder, which are kept for a maximum of two days, based on the fileNamePattern in logback-test.xml.
By default, when IntelliJ is started, it will filter logs at the WARN level. A reminder in the form of a WARN will be sent to only the 117HD log window. This reminder will not appear in the default Console log.

This filter can be adjusted by mousing over the 117HD log output, a tool-bar in the top-right of the 117HD panel will appear:

Click "Show Log Filter" and select "All" (or whichever log-level you'd like) from the dropdown:

The 117HD panel will then adjust, and your filter will persist until you close IntelliJ:
