decorator.datasource.p6spy.tracing.include-parameter-values is deprecated.
JungTag opened this issue · 0 comments
JungTag commented
Hello, I have a question regarding the "include-parameter-values" option.
(my development environment is as follows)
- IntelliJ 2023.1
- spring boot 2.7.4
- JDK 11 & kotlin 1.8.22
- spring-boot-data-source-decorator 1.8.0
My IDE shows decorator.datasource.p6spy.tracing.include-parameter-values
is a deprecated option.
Then... Do I need to set spring.sleuth.jdbc.p6spy.tracing.include-parameter-values=true
to activate the above option?
If so, I think the content in README.md should also be modified.
Thanks for checking :)