refactor: Update logger.debug statements for exiting node process

This commit updates the logger.debug statements in multiple files to log the message 'Exiting node process' instead of 'Exiting node process'. This change improves the logging consistency and ensures that the appropriate log level is used for this message.
This commit is contained in:
Simon Larsen
2024-05-22 10:04:41 +01:00
parent 89e08614f4
commit a5f05376b0
53 changed files with 188 additions and 198 deletions

13
.vscode/launch.json vendored
View File

@@ -216,19 +216,6 @@
"debug:test"
],
},
{
"name": "Probe: Debug Tests",
"type": "node",
"restart": true,
"autoAttachChildProcesses": true,
"request": "launch",
"cwd": "${workspaceRoot}/Probe",
"runtimeExecutable": "npm",
"runtimeArgs": [
"run-script",
"debug:test"
],
},
{
"name": "Accounts: Debug Local Files",
"type": "node",