summaryrefslogtreecommitdiff
path: root/src/webid-oidc-hello
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2021-07-02 14:44:56 +0200
committerVivien Kraus <vivien@planete-kraus.eu>2021-07-02 15:05:07 +0200
commit146ed05a7af38e583c993ecd2383e6e9f30428f3 (patch)
treee9b3205726bf316571ccd5e7d6dfef52627ab22a /src/webid-oidc-hello
parent988223d3d2db72a51c8e0e4140124ba614719789 (diff)
Re-open the log file for each request0.5.1
The rottlog service seems to need this behavior.
Diffstat (limited to 'src/webid-oidc-hello')
-rwxr-xr-xsrc/webid-oidc-hello5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/webid-oidc-hello b/src/webid-oidc-hello
index ce169d4..ea9d407 100755
--- a/src/webid-oidc-hello
+++ b/src/webid-oidc-hello
@@ -20,9 +20,4 @@
(use-modules (webid-oidc hello-world))
-(format (current-error-port) "Logging to hello.log and hello.err.\n")
-
-(set-current-output-port (open-output-file "hello.log"))
-(set-current-error-port (open-output-file "hello.err"))
-
(main)