Allow option of not using full classpath, but only classname #15
Closed
larskristianhaga
started this conversation in
Ideas
Replies: 1 comment 7 replies
-
Do you happen to know which logging framework you are using as well as what is the log pattern layout configuration for that framework? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I click on a logger line in Intellij it sends me to the DataDog website, And I get this:

But I get no results due to the logger only uses the Java class name instead of the full path.
If I change the query to only use the Java class name I get results as seen below:

I think the plugin should have an option to select/deselect to only use the Java class name instead of the full path.
Anyone else having this problem?
Beta Was this translation helpful? Give feedback.
All reactions