Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

webに配置されているlog4j2.xmlを適切な場所に配置する #1760

Open
kenjiyoshid-a opened this issue Dec 27, 2024 · 1 comment
Labels
target: Dressca サンプルアプリケーションDresscaに関係がある

Comments

@kenjiyoshid-a
Copy link
Contributor

概要

Dresscaではlog4j2.xmlファイルはエントリーポイントのmain/resourcesに配置する。
しかし、エントリーポイントでないwebプロジェクトにおいて、単体テスト用のlog4j2.xmlファイルがmain/resourcesに配置されている。
単体テストでのみlog4j2.xmlを使用していることを明示的にできるように、適切な場所に置き換えたい。

詳細 / 機能詳細(オプション)

具体的な実装案としては、log4j2.xmlファイルをtest/resoucesに配置して、@ContextConfigurationを用いて、テストクラス内で読み込む方法などが考えられるが、その他にも良い方法がある可能性があるので、調査も必要である。

完了条件

  • webプロジェクト内のlog4j2.xmlを適切な場所に再配置できている。
@kenjiyoshid-a kenjiyoshid-a added not triaged 精緻化、分析がされていない target: Dressca サンプルアプリケーションDresscaに関係がある and removed not triaged 精緻化、分析がされていない labels Dec 27, 2024
@kenjiyoshid-a
Copy link
Contributor Author

webに配置されているlog4j2.xmlファイルをtest/resourcesに再配置することで問題は解消される。
@ContextConfigurationを用いた対応は不要である。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
target: Dressca サンプルアプリケーションDresscaに関係がある
Projects
None yet
Development

No branches or pull requests

1 participant