Skip to content

Commit c9e755a

Browse files
authored
Rd logs (#834)
[utbot-rd] moving loggers out of instrumentation package not to mess its log4j2 configuration with instrumentation paackage
1 parent 492f7fa commit c9e755a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

utbot-instrumentation/src/main/kotlin/org/utbot/instrumentation/ConcreteExecutor.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import org.utbot.framework.plugin.api.util.signature
1616
import org.utbot.instrumentation.instrumentation.Instrumentation
1717
import org.utbot.instrumentation.process.ChildProcessRunner
1818
import org.utbot.instrumentation.rd.UtInstrumentationProcess
19-
import org.utbot.instrumentation.rd.UtRdLoggerFactory
19+
import org.utbot.rd.UtRdLoggerFactory
2020
import org.utbot.instrumentation.rd.generated.InvokeMethodCommandParams
2121
import org.utbot.instrumentation.util.ChildProcessError
2222
import java.io.Closeable
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package org.utbot.instrumentation.rd
1+
package org.utbot.rd
22

33
import com.jetbrains.rd.util.ILoggerFactory
44
import com.jetbrains.rd.util.LogLevel

0 commit comments

Comments
 (0)