Skip to content

Commit fca91d9

Browse files
committed
Fix Jupyter log file location
1 parent fe6c760 commit fca91d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/jupyter_server_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"file": {
7171
"class": "logging.FileHandler",
7272
"level": "INFO",
73-
"filename": "/raid/blelbach/dev/pyhpc-tutorial/build/jupyter_server.log",
73+
"filename": "/pyhpc-tutorial/build/jupyter-server.log",
7474
"formatter": "console"
7575
}
7676
},

0 commit comments

Comments
 (0)