Skip to content

Conversation

michaelborn
Copy link
Contributor

CBDebugger breaks on logCriteriaQuery if the app is using a CBORM version older than 3.2.0.

The workaround is setting moduleSettings.cbDebugger.cborm.logParams to false:

cbDebugger : {
    enabled : true,
    ...
    cborm : {
        enabled   : true,
        expanded  : false,
        // Log the binding parameters
        logParams : false
    }
}

CBDebugger breaks on logCriteriaQuery if the app is using a CBORM version older than 3.2.0.

The workaround is setting `moduleSettings.cbDebugger.cborm.logParams` to false:

```
cbDebugger : {
    enabled : true,
    ...
    cborm : {
        enabled   : true,
        expanded  : false,
        // Log the binding parameters
        logParams : false
    }
}
```
@lmajano lmajano merged commit b9db638 into coldbox-modules:development Apr 12, 2021
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