Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sidecar
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
link33
sidecar
Commits
0fff82d3
Commit
0fff82d3
authored
Dec 10, 2021
by
harrylee
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of gitlab.33.cn:link33/sidecar
parents
833b1cbb
5fd7fb8b
Pipeline
#8358
canceled with stages
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
sidecar.toml
config/sidecar.toml
+2
-0
config.go
internal/repo/config.go
+1
-3
No files found.
config/sidecar.toml
View file @
0fff82d3
...
...
@@ -20,6 +20,8 @@ peer_mgr = "info"
router
=
"info"
swarm
=
"info"
syncer
=
"info"
monitor
=
"info"
rule
=
"info"
#[hub]
#enable = true
...
...
internal/repo/config.go
View file @
0fff82d3
...
...
@@ -58,9 +58,7 @@ type Log struct {
type
LogModule
struct
{
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"`
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"`
App
string
`mapstructure:"app" toml:"app" json:"app" json:"app,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"`
Router
string
`toml:"router" json:"router" json:"router,omitempty"`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment