We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9192e63 commit 3431f68Copy full SHA for 3431f68
REQUIRE
@@ -4,4 +4,4 @@ InfrastructureModels 0.0.6 0.2-
4
MathProgBase 0.5.4
5
JuMP 0.17 0.19-
6
Compat 0.26.0
7
-Memento 0.7
+Memento 0.8
src/PowerModels.jl
@@ -16,10 +16,7 @@ const LOGGER = getlogger(@__MODULE__)
16
17
# Register the module level logger at runtime so that folks can access the logger via `getlogger(PowerModels)`
18
# NOTE: If this line is not included then the precompiled `PowerModels.LOGGER` won't be registered at runtime.
19
-function __init__()
20
- Memento.register(LOGGER)
21
- Memento.config!(LOGGER, "info")
22
-end
+__init__() = Memento.register(LOGGER)
23
24
include("io/matpower.jl")
25
include("io/common.jl")
0 commit comments