cap-js / cds-dbs

Monorepo for SQL Database Services for CAP
https://cap.cloud.sap/docs/
Apache License 2.0
37 stars 11 forks source link

fix(logging): from changes in @sap/cds #791

Closed David-Kunz closed 2 months ago

David-Kunz commented 2 months ago

We should change all occurences to

const LOG = cds.log('db|sql')
if (LOG._debug) LOG.debug(...)