timoninmaxim merged PR #11615:
URL: https://github.com/apache/ignite/pull/11615
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: notifications-unsubscr..
timoninmaxim commented on code in PR #11615:
URL: https://github.com/apache/ignite/pull/11615#discussion_r1856850659
##
modules/core/src/test/java/org/apache/ignite/logger/java/JavaLoggerTest.java:
##
@@ -17,39 +17,130 @@
package org.apache.ignite.logger.java;
+import java.
chesnokoff commented on code in PR #11615:
URL: https://github.com/apache/ignite/pull/11615#discussion_r1840892701
##
modules/core/src/test/java/org/apache/ignite/logger/java/JavaLoggerTest.java:
##
@@ -17,39 +17,110 @@
package org.apache.ignite.logger.java;
+import java.io
chesnokoff commented on code in PR #11615:
URL: https://github.com/apache/ignite/pull/11615#discussion_r184015
##
modules/core/src/test/java/org/apache/ignite/testframework/junits/logger/GridTestLog4jLoggerSelfTest.java:
##
@@ -64,28 +71,89 @@ public static void afterTests()
chesnokoff commented on code in PR #11615:
URL: https://github.com/apache/ignite/pull/11615#discussion_r1840888342
##
modules/core/src/test/java/org/apache/ignite/testframework/junits/logger/GridTestLog4jLoggerSelfTest.java:
##
@@ -64,28 +71,89 @@ public static void afterTests()
chesnokoff commented on code in PR #11615:
URL: https://github.com/apache/ignite/pull/11615#discussion_r1840888342
##
modules/core/src/test/java/org/apache/ignite/testframework/junits/logger/GridTestLog4jLoggerSelfTest.java:
##
@@ -64,28 +71,89 @@ public static void afterTests()
chesnokoff commented on code in PR #11615:
URL: https://github.com/apache/ignite/pull/11615#discussion_r1840888342
##
modules/core/src/test/java/org/apache/ignite/testframework/junits/logger/GridTestLog4jLoggerSelfTest.java:
##
@@ -64,28 +71,89 @@ public static void afterTests()
chesnokoff commented on code in PR #11615:
URL: https://github.com/apache/ignite/pull/11615#discussion_r184015
##
modules/core/src/test/java/org/apache/ignite/testframework/junits/logger/GridTestLog4jLoggerSelfTest.java:
##
@@ -64,28 +71,89 @@ public static void afterTests()
timoninmaxim commented on code in PR #11615:
URL: https://github.com/apache/ignite/pull/11615#discussion_r1836102934
##
modules/core/src/test/java/org/apache/ignite/logger/java/JavaLoggerTest.java:
##
@@ -17,39 +17,110 @@
package org.apache.ignite.logger.java;
+import java.
timoninmaxim commented on code in PR #11615:
URL: https://github.com/apache/ignite/pull/11615#discussion_r1834421285
##
modules/core/src/test/java/org/apache/ignite/logger/java/JavaLoggerTest.java:
##
@@ -84,4 +153,5 @@ public void testLogInitialize() throws Exception {
chesnokoff commented on code in PR #11615:
URL: https://github.com/apache/ignite/pull/11615#discussion_r1834409657
##
modules/core/src/test/java/org/apache/ignite/logger/java/JavaLoggerTest.java:
##
@@ -17,31 +17,154 @@
package org.apache.ignite.logger.java;
+import java.io
chesnokoff commented on code in PR #11615:
URL: https://github.com/apache/ignite/pull/11615#discussion_r1834409657
##
modules/core/src/test/java/org/apache/ignite/logger/java/JavaLoggerTest.java:
##
@@ -17,31 +17,154 @@
package org.apache.ignite.logger.java;
+import java.io
chesnokoff commented on code in PR #11615:
URL: https://github.com/apache/ignite/pull/11615#discussion_r1834361455
##
modules/core/src/test/java/org/apache/ignite/logger/java/JavaLoggerTest.java:
##
@@ -84,4 +207,13 @@ public void testLogInitialize() throws Exception {
chesnokoff commented on code in PR #11615:
URL: https://github.com/apache/ignite/pull/11615#discussion_r1834361455
##
modules/core/src/test/java/org/apache/ignite/logger/java/JavaLoggerTest.java:
##
@@ -84,4 +207,13 @@ public void testLogInitialize() throws Exception {
chesnokoff commented on code in PR #11615:
URL: https://github.com/apache/ignite/pull/11615#discussion_r1834361455
##
modules/core/src/test/java/org/apache/ignite/logger/java/JavaLoggerTest.java:
##
@@ -84,4 +207,13 @@ public void testLogInitialize() throws Exception {
chesnokoff commented on code in PR #11615:
URL: https://github.com/apache/ignite/pull/11615#discussion_r1834361455
##
modules/core/src/test/java/org/apache/ignite/logger/java/JavaLoggerTest.java:
##
@@ -84,4 +207,13 @@ public void testLogInitialize() throws Exception {
chesnokoff commented on code in PR #11615:
URL: https://github.com/apache/ignite/pull/11615#discussion_r1834361455
##
modules/core/src/test/java/org/apache/ignite/logger/java/JavaLoggerTest.java:
##
@@ -84,4 +207,13 @@ public void testLogInitialize() throws Exception {
timoninmaxim commented on code in PR #11615:
URL: https://github.com/apache/ignite/pull/11615#discussion_r1832180105
##
modules/core/src/test/java/org/apache/ignite/logger/java/JavaLoggerTest.java:
##
@@ -17,31 +17,154 @@
package org.apache.ignite.logger.java;
+import java.
chesnokoff closed pull request #11615: IGNITE-23472 Fix JavaLogger
URL: https://github.com/apache/ignite/pull/11615
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscri
chesnokoff commented on code in PR #11615:
URL: https://github.com/apache/ignite/pull/11615#discussion_r1825648205
##
modules/core/src/main/java/org/apache/ignite/logger/java/JavaLogger.java:
##
@@ -134,7 +138,7 @@ public class JavaLogger implements IgniteLoggerEx {
* Crea
chesnokoff opened a new pull request, #11615:
URL: https://github.com/apache/ignite/pull/11615
JavaLogger.configure method is invoked only once for all instances and it
configures cfg field which was not static. Because of that only one instance
had correct value and other instances had cfg
21 matches
Mail list logo