Run Pluto.jl in debug mode? #1395
Answered
by
fonsp
samuela
asked this question in
Pluto development
-
Is there any way to get Pluto to log debug messages? I'm interested in tracking down the cause of #1370 in particular. |
Beta Was this translation helpful? Give feedback.
Answered by
fonsp
Aug 21, 2021
Replies: 1 comment 2 replies
-
This is an issue with HTTP, and I am sure that they have a debug mode, you probably activate it with |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
fonsp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is an issue with HTTP, and I am sure that they have a debug mode, you probably activate it with
ENV["JULIA_DEBUG"] = Pluto.HTTP
. https://docs.julialang.org/en/v1/stdlib/Logging/#Environment-variables