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

Mute BaseSMAdapter's log entries by default. #630

Merged
merged 2 commits into from
Nov 28, 2024
Merged

Conversation

fgonzal
Copy link
Collaborator

@fgonzal fgonzal commented Nov 28, 2024

This PR changes BaseSMAdapter so that its log entries are muted by default.

They can be brought back again by setting the debug property to true, like follows:

<your-adapter class="org.jpos.q2.security.SMAdaptor" logger="Q2">
    <attr name="impl">org.jpos.security.YourCustomAdapter</attr>
    <property name="debug" value="true" />
</your-adapter>

@ar ar merged commit 7fd4943 into jpos:master Nov 28, 2024
5 checks passed
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

Successfully merging this pull request may close these issues.

2 participants