Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

This article is a Private article. Only a writer and users who know the URL can access it.
Please change open range to public in publish setting if you want to share this article with other users.

More than 1 year has passed since last update.

Spring-Bootのログの基本(logback)

Last updated at Posted at 2022-10-27

メモ

Spring-Bootがデフォルトで提供してくれているもの。

※実際に使用されているわけではない?

設定変更する場合

resources 内に 上記のファイルを修正した logback.xml を配置する。
※ファイル = defaults.xml or base.xml

logback-spring.xml にすると Sping-Boot用の拡張機能 が有効になる。
※プロファイルによって include 対象を変える等

ログのフォーマットを変えたい程度であれば、 properties に設定追加で変更できる。
公式のカスタムログ定義

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?