Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release-5u24'
Browse files Browse the repository at this point in the history
  • Loading branch information
kankichi00 committed Mar 15, 2024
2 parents e1338b0 + 1238e4c commit 0802389
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.nablarch.example</groupId>
<artifactId>nablarch-example-mom-sync-receive</artifactId>
<version>5u23</version>
<version>5u24</version>
<packaging>jar</packaging>

<properties>
Expand Down Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>com.nablarch.profile</groupId>
<artifactId>nablarch-bom</artifactId>
<version>5u23</version>
<version>5u24</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -54,7 +54,7 @@
<dependency>
<groupId>com.nablarch.example</groupId>
<artifactId>nablarch-example-mom-testing-common</artifactId>
<version>5u23</version>
<version>5u24</version>
<scope>runtime</scope>
</dependency>

Expand Down Expand Up @@ -130,7 +130,7 @@
<artifactId>nablarch-fw-messaging-mom</artifactId>
</dependency>

<!-- WebSphere MQ用ライブラリ -->
<!-- IBM MQ用ライブラリ -->
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-all</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions src/test/resources/log.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ writer.nop.className=nablarch.test.core.log.NopLogWriter
writer.verifier.className=nablarch.test.core.log.LogVerifier

# 利用可能なロガー名順序
availableLoggersNamesOrder=SQL,ROOT
availableLoggersNamesOrder=SQL,ROO

#全てのロガー取得を対象に、DEBUGレベル以上を標準出力に出力する。
loggers.ROOT.nameRegex=.*
loggers.ROOT.level=DEBUG
loggers.ROOT.writerNames=stdout,verifier
loggers.ROO.nameRegex=.*
loggers.ROO.level=DEBUG
loggers.ROO.writerNames=stdout,verifier

#ロガー名に"SQL"を指定したロガー取得を対象に、DEBUGレベル以上を出力する。
loggers.SQL.nameRegex=SQL
Expand Down

0 comments on commit 0802389

Please sign in to comment.