-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove brackets and
message
field name from rendered message (#19)
- Loading branch information
Showing
6 changed files
with
128 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,40 @@ | ||
1:mainbasic::hierarchical-example{version=0.1} | ||
1:main├┐basic::hierarchical-example{version=0.1} | ||
1:main│└┐basic::server{host="localhost", port=8080} | ||
1:mainbasic::hierarchical-example version=0.1 | ||
1:main├┐basic::hierarchical-example version=0.1 | ||
1:main│└┐basic::server host="localhost", port=8080 | ||
1:main│ ├─ms INFO basic starting | ||
1:main│ ├─ms INFO basic listening | ||
1:main│ ├┐basic::server{host="localhost", port=8080} | ||
1:main│ │└┐basic::conn{peer_addr="82.9.9.9", port=42381} | ||
1:main│ ├┐basic::server host="localhost", port=8080 | ||
1:main│ │└┐basic::conn peer_addr="82.9.9.9", port=42381 | ||
1:main│ │ ├─ms DEBUG basic connected | ||
1:main│ │ ├─ms DEBUG basic message received, length=2 | ||
1:main│ │┌┘basic::conn{peer_addr="82.9.9.9", port=42381} | ||
1:main│ ├┘basic::server{host="localhost", port=8080} | ||
1:main│ ├┐basic::server{host="localhost", port=8080} | ||
1:main│ │└┐basic::conn{peer_addr="8.8.8.8", port=18230} | ||
1:main│ │┌┘basic::conn peer_addr="82.9.9.9", port=42381 | ||
1:main│ ├┘basic::server host="localhost", port=8080 | ||
1:main│ ├┐basic::server host="localhost", port=8080 | ||
1:main│ │└┐basic::conn peer_addr="8.8.8.8", port=18230 | ||
1:main│ │ ├─ms DEBUG basic connected | ||
1:main│ │┌┘basic::conn{peer_addr="8.8.8.8", port=18230} | ||
1:main│ ├┘basic::server{host="localhost", port=8080} | ||
1:main│ ├┐basic::server{host="localhost", port=8080} | ||
1:main│ │└┐basic::conn{peer_addr="82.9.9.9", port=42381} | ||
1:main│ │┌┘basic::conn peer_addr="8.8.8.8", port=18230 | ||
1:main│ ├┘basic::server host="localhost", port=8080 | ||
1:main│ ├┐basic::server host="localhost", port=8080 | ||
1:main│ │└┐basic::foomp 42 <- format string, normal_var=43 | ||
1:main│ │ ├─ms ERROR basic hello | ||
1:main│ │┌┘basic::foomp 42 <- format string, normal_var=43 | ||
1:main│ ├┘basic::server host="localhost", port=8080 | ||
1:main│ ├┐basic::server host="localhost", port=8080 | ||
1:main│ │└┐basic::conn peer_addr="82.9.9.9", port=42381 | ||
1:main│ │ ├─ms WARN basic weak encryption requested, algo="xor" | ||
1:main│ │ ├─ms DEBUG basic response sent, length=8 | ||
1:main│ │ ├─ms DEBUG basic disconnected | ||
1:main│ │┌┘basic::conn{peer_addr="82.9.9.9", port=42381} | ||
1:main│ ├┘basic::server{host="localhost", port=8080} | ||
1:main│ ├┐basic::server{host="localhost", port=8080} | ||
1:main│ │└┐basic::conn{peer_addr="8.8.8.8", port=18230} | ||
1:main│ │┌┘basic::conn peer_addr="82.9.9.9", port=42381 | ||
1:main│ ├┘basic::server host="localhost", port=8080 | ||
1:main│ ├┐basic::server host="localhost", port=8080 | ||
1:main│ │└┐basic::conn peer_addr="8.8.8.8", port=18230 | ||
1:main│ │ ├─ms DEBUG basic message received, length=5 | ||
1:main│ │ ├─ms DEBUG basic response sent, length=8 | ||
1:main│ │ ├─ms DEBUG basic disconnected | ||
1:main│ │┌┘basic::conn{peer_addr="8.8.8.8", port=18230} | ||
1:main│ ├┘basic::server{host="localhost", port=8080} | ||
1:main│ │┌┘basic::conn peer_addr="8.8.8.8", port=18230 | ||
1:main│ ├┘basic::server host="localhost", port=8080 | ||
1:main│ ├─ms WARN basic internal error | ||
1:main│ ├─ms INFO basic exit | ||
1:main│┌┘basic::server{host="localhost", port=8080} | ||
1:main├┘basic::hierarchical-example{version=0.1} | ||
1:mainbasic::hierarchical-example{version=0.1} | ||
1:main│┌┘basic::server host="localhost", port=8080 | ||
1:main├┘basic::hierarchical-example version=0.1 | ||
1:mainbasic::hierarchical-example version=0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters