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

Improve logging in Synapse Expressions #2264

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

GDLMadushanka
Copy link
Contributor

Purpose

Add synapse expression support to validate mediator

@GDLMadushanka GDLMadushanka changed the title Add synapse expression support to validate mediator Improve logging in Synapse Expressions Dec 13, 2024
@@ -135,6 +157,9 @@ public ExpressionNode visitFactor(ExpressionParser.FactorContext ctx) {

@Override
public ExpressionNode visitFunctionCall(ExpressionParser.FunctionCallContext ctx) {
if (log.isDebugEnabled()) {
log.debug("Visiting factor: " + ctx.getText());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
log.debug("Visiting factor: " + ctx.getText());
log.debug("Visiting FunctionCall: " + ctx.getText());

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

Improve logging
Add synapse expression support to validate mediator
@GDLMadushanka GDLMadushanka merged commit 9b9748f into wso2:master Dec 13, 2024
1 of 2 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