Commit 5fd7fb8b authored by suyanlong's avatar suyanlong

modify config information

parent c056eb0f
Pipeline #8355 failed with stages
...@@ -20,6 +20,8 @@ peer_mgr = "info" ...@@ -20,6 +20,8 @@ peer_mgr = "info"
router = "info" router = "info"
swarm = "info" swarm = "info"
syncer = "info" syncer = "info"
monitor = "info"
rule = "info"
#[hub] #[hub]
#enable = true #enable = true
......
...@@ -58,9 +58,7 @@ type Log struct { ...@@ -58,9 +58,7 @@ type Log struct {
type LogModule struct { type LogModule struct {
ApiServer string `mapstructure:"api_server" toml:"api_server" json:"api_server" json:"api_server,omitempty"` ApiServer string `mapstructure:"api_server" toml:"api_server" json:"api_server" json:"api_server,omitempty"`
AppchainMgr string `mapstructure:"appchain_mgr" toml:"appchain_mgr" json:"appchain_mgr" json:"appchain_mgr,omitempty"` AppchainMgr string `mapstructure:"appchain_mgr" toml:"appchain_mgr" json:"appchain_mgr" json:"appchain_mgr,omitempty"`
App string `mapstructure:"App" toml:"App" json:"App" json:"App,omitempty"` App string `mapstructure:"app" toml:"app" json:"app" json:"app,omitempty"`
Exchanger string `toml:"exchanger" json:"exchanger" json:"exchanger,omitempty"`
Executor string `toml:"executor" json:"executor" json:"executor,omitempty"`
Monitor string `toml:"monitor" json:"monitor" json:"monitor,omitempty"` Monitor string `toml:"monitor" json:"monitor" json:"monitor,omitempty"`
PeerMgr string `mapstructure:"peer_mgr" toml:"peer_mgr" json:"peer_mgr" json:"peer_mgr,omitempty"` PeerMgr string `mapstructure:"peer_mgr" toml:"peer_mgr" json:"peer_mgr" json:"peer_mgr,omitempty"`
Router string `toml:"router" json:"router" json:"router,omitempty"` Router string `toml:"router" json:"router" json:"router,omitempty"`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment