Skip to content
This repository was archived by the owner on Dec 27, 2023. It is now read-only.

Commit 2b93480

Browse files
committed
Added debug message in src/kernel.php
1 parent bd5095b commit 2b93480

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/kernel.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@
6363
$connectionSettings = ConnectionSettings::get();
6464
$connUris = ConnectionSettings::getConnectionUris($connectionSettings);
6565

66+
$logger->debug('Connection settings', [
67+
'processId' => getmypid(),
68+
'connSettings' => $connectionSettings,
69+
'connUris' => $connUris
70+
]);
71+
6672
$kernelCore = new KernelCore(
6773
new JupyterBroker(
6874
$connectionSettings['key'],

0 commit comments

Comments
 (0)