Vasilis Charisopoulos
Vasilis Charisopoulos
Hello, I have installed `pervane` through pip and executed it for the first time as follows: ```bash $ pervane --mode=init ``` Based on [this section](https://github.com/hakanu/pervane/wiki/Install-&-Run-instructions), I was expecting to be...
Fixes #351.
When trying to use the logging macros: ```julia julia> using Logging julia> @Logging.configure(level=INFO) ERROR: MethodError: no method matching override_info(::Logging.LogLevel) Closest candidates are: override_info(; args...) at /home/vharisop/.julia/v0.6/Logging/src/Logging.jl:143 ``` ```bash [vharisop@alwaysbored] julia...