0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

logback.xmlでspring.profiles.activeを判定する方法

0
Posted at

探してなかなか見つからなかったので備忘録を兼ねて投稿させていただきます。
以下にソースを公開くださっていました。
https://gist.github.com/syakuis/e9d89e0267d96cff72f23a682ea34cb6

logback.xml
<if condition='"${spring.profiles.active}".contains("判定したいプロファイル")'>
    <then>
        <!-- -->
    </then>
    <else>
        <!-- -->
    </else>
</if>
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?