[
https://issues.apache.org/jira/browse/IGNITE-19067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ilya Shishkov updated IGNITE-19067:
-----------------------------------
Description:
There are several improvements of {{MemorizingAppender}} which would be nice to
implement:
# Add ability to specify desired logging level in single
{{MemorizingAppender#installSelfOn}} call. Currently, you need to set up logger
first by calling {{GridAbstractTest#resetLog4j}} and then call
{{{}MemorizingAppender#installSelfOn{}}}.
# Add method for checking, that {{MemorizingAppender}} is installed for a
specified class.
was:
Currently, if you want to set low logging level (DEBUG, TRACE), you need to set
up logger first by calling {{GridAbstractTest#resetLog4j}} and then call
{{MemorizingAppender#installSelfOn}}.
It would be more convenient, if we have ability to specify desired logging
level in single {{MemorizingAppender#installSelfOn}} call.
> MemorizingAppender improvements
> -------------------------------
>
> Key: IGNITE-19067
> URL: https://issues.apache.org/jira/browse/IGNITE-19067
> Project: Ignite
> Issue Type: Test
> Reporter: Ilya Shishkov
> Priority: Minor
>
> There are several improvements of {{MemorizingAppender}} which would be nice
> to implement:
> # Add ability to specify desired logging level in single
> {{MemorizingAppender#installSelfOn}} call. Currently, you need to set up
> logger first by calling {{GridAbstractTest#resetLog4j}} and then call
> {{{}MemorizingAppender#installSelfOn{}}}.
> # Add method for checking, that {{MemorizingAppender}} is installed for a
> specified class.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)