Mentions légales du service

Skip to content
Snippets Groups Projects
Commit d41d8c5f authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

kernel: Log startup.

* guix-jupyter-kernel.scm <top level>: Log kernel startup.
parent b6606999
No related branches found
No related tags found
No related merge requests found
;;; Guix-kernel -- Guix kernel for Jupyter ;;; Guix-kernel -- Guix kernel for Jupyter
;;; Copyright (C) 2018 Evgeny Panfilov <epanfilov@gmail.com> ;;; Copyright (C) 2018 Evgeny Panfilov <epanfilov@gmail.com>
;;; Copyright (C) 2018 Pierre-Antoine Rouby <pierre-antoine.rouby@inria.fr> ;;; 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 ;;; 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 ;;; it under the terms of the GNU General Public License as published by
...@@ -597,6 +597,7 @@ environment ~s (PID ~s)~%" ...@@ -597,6 +597,7 @@ environment ~s (PID ~s)~%"
(sigaction SIGTERM (exit-handler kernel)) (sigaction SIGTERM (exit-handler kernel))
(sigaction SIGINT (exit-handler kernel)) (sigaction SIGINT (exit-handler kernel))
(format/log "Guix kernel started (PID ~a)~%" (getpid))
(with-store store (with-store store
(serve-kernels (list kernel) (serve-kernels (list kernel)
(proxy-request-handler dispatch-route) (proxy-request-handler dispatch-route)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment