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

Enable per-SQL-ID log suppression #322

Closed
HidekiSugimoto189 opened this issue Jul 19, 2024 · 1 comment
Closed

Enable per-SQL-ID log suppression #322

HidekiSugimoto189 opened this issue Jul 19, 2024 · 1 comment
Milestone

Comments

@HidekiSugimoto189
Copy link
Contributor

There are cases where you want to suppress the logs (SQL log, parameter log) that are normally output for each SQL issuance only when a certain SQL is executed. To support this case, we provide an API that can suppress log output on a per-SQL basis.


通常SQL発行毎に出力されるログ(SQLログ、パラメータログ)をあるSQL実行時のみ抑止したい、というケースがある。このケースに対応できるようにSQL単位でログ出力を抑止できるAPIを提供する

@HidekiSugimoto189 HidekiSugimoto189 added this to the v1.0.0 milestone Jul 19, 2024
shout-star pushed a commit that referenced this issue Sep 12, 2024
* 各Logger用のインタフェースを作成し必要なクラスがimplementsするように修正。そのうえでSLF4J 2.xのAPIを利用するように変更(性能改善)

* Changed to use slf4j v2.0 API
Also added suppressLogging API

* Refactoring log-related class and method names.
@HidekiSugimoto189
Copy link
Contributor Author

#332 merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant