Skip to content

Commit

Permalink
update cluster example, no std-log-level in option (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
suchen-sci authored Sep 26, 2021
1 parent e3cc486 commit ae4bbb2
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion doc/benchmark.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ cpu-profile-file:
memory-profile-file:
log-dir: ./log
member-dir: ./member
std-log-level: INFO
debug: false
```
2.HTTPServer+Pipeline
Expand Down
2 changes: 1 addition & 1 deletion example/reader-004/conf/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ cpu-profile-file:
memory-profile-file:
log-dir: ./log
member-dir: ./member
std-log-level: INFO
debug: false
2 changes: 1 addition & 1 deletion example/reader-005/conf/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ cpu-profile-file:
memory-profile-file:
log-dir: ./log
member-dir: ./member
std-log-level: INFO
debug: false
2 changes: 1 addition & 1 deletion example/sbin/conf/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ cpu-profile-file:
memory-profile-file:
log-dir: ./log
member-dir: ./member
std-log-level: INFO
debug: false
2 changes: 1 addition & 1 deletion example/writer-001/conf/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ cpu-profile-file:
memory-profile-file:
log-dir: ./log
member-dir: ./member
std-log-level: INFO
debug: false
2 changes: 1 addition & 1 deletion example/writer-002/conf/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ cpu-profile-file:
memory-profile-file:
log-dir: ./log
member-dir: ./member
std-log-level: INFO
debug: false
2 changes: 1 addition & 1 deletion example/writer-003/conf/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ cpu-profile-file:
memory-profile-file:
log-dir: ./log
member-dir: ./member
std-log-level: INFO
debug: false

0 comments on commit ae4bbb2

Please sign in to comment.