Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
guix-hpc
guix-kernel
Commits
d41d8c5f
Commit
d41d8c5f
authored
Jan 21, 2021
by
Ludovic Courtès
Browse files
kernel: Log startup.
* guix-jupyter-kernel.scm <top level>: Log kernel startup.
parent
b6606999
Changes
1
Hide whitespace changes
Inline
Side-by-side
guix-jupyter-kernel.scm
View file @
d41d8c5f
;;; Guix-kernel -- Guix kernel for Jupyter
;;; Copyright (C) 2018 Evgeny Panfilov <epanfilov@gmail.com>
;;; Copyright (C) 2018 Pierre-Antoine Rouby <pierre-antoine.rouby@inria.fr>
;;; Copyright (C) 2018, 2019, 2020 Inria
;;; Copyright (C) 2018, 2019, 2020
, 2021
Inria
;;;
;;; This program is free software: you can redistribute it and/or modify
;;; it under the terms of the GNU General Public License as published by
...
...
@@ -597,6 +597,7 @@ environment ~s (PID ~s)~%"
(
sigaction
SIGTERM
(
exit-handler
kernel
))
(
sigaction
SIGINT
(
exit-handler
kernel
))
(
format/log
"Guix kernel started (PID ~a)~%"
(
getpid
))
(
with-store
store
(
serve-kernels
(
list
kernel
)
(
proxy-request-handler
dispatch-route
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment