refactor: change exhook config importance level from hidden to low
This commit is contained in:
parent
be70c7d385
commit
12e549a3a2
|
@ -32,7 +32,7 @@
|
||||||
namespace() -> exhook.
|
namespace() -> exhook.
|
||||||
|
|
||||||
roots() ->
|
roots() ->
|
||||||
[{exhook, ?HOCON(?R_REF(exhook), #{importance => ?IMPORTANCE_HIDDEN})}].
|
[{exhook, ?HOCON(?R_REF(exhook), #{importance => ?IMPORTANCE_LOW})}].
|
||||||
|
|
||||||
fields(exhook) ->
|
fields(exhook) ->
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in New Issue