Additional logging for sql commands in debug mode
This commit is contained in:
parent
7983300f4a
commit
516a729a45
1 changed files with 3 additions and 0 deletions
|
@ -109,6 +109,9 @@ function _makeJob(fnName) {
|
||||||
_jobCounter += 1;
|
_jobCounter += 1;
|
||||||
const id = _jobCounter;
|
const id = _jobCounter;
|
||||||
|
|
||||||
|
if (_DEBUG) {
|
||||||
|
window.log.info(`SQL channel job ${id} (${fnName}) started`);
|
||||||
|
}
|
||||||
_jobs[id] = {
|
_jobs[id] = {
|
||||||
fnName,
|
fnName,
|
||||||
start: Date.now(),
|
start: Date.now(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue