[CONJS-272] Error doesn't always have parameters according to option Created: 2023-11-30 Updated: 2023-12-07 Resolved: 2023-12-07 |
|
| Status: | Closed |
| Project: | MariaDB Connector/node.js |
| Component/s: | other |
| Affects Version/s: | None |
| Fix Version/s: | 3.2.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Diego Dupin | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
initially from https://github.com/mariadb-corporation/mariadb-connector-nodejs/issues/260 An option `logParam` permit to indicate that if there is some error, if parameters must be logged in error. This option is for security reason, to avoid having production values being logged or not. The problem is that this option is not always respected. |