Skip to content

Commit 9f435fd

Browse files
author
Willi Schönborn
committed
Fixed link and formatting
1 parent 39b4771 commit 9f435fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Logbook is ready to use out of the box for most common setups. Even for uncommon
2323
- **Support**: for Servlet containers, Apache’s HTTP client, and (via its elegant API) other frameworks
2424
- Optional obfuscation of sensitive data
2525
- [Spring Boot](http://projects.spring.io/spring-boot/) Auto Configuration
26-
- [Scalyr](docs/scalyr) compatible
26+
- [Scalyr](docs/scalyr.md) compatible
2727
- Sensible defaults
2828

2929
## Dependencies

docs/scalyr.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ both features in action:
1111
```yaml
1212
{
1313
id: "http",
14-
format: "$timestamp=$ $severity$ \\[$threadname$\\] \\[$flowid$\\] \\[Logbook\\] $http{parse=json}$",
14+
format: "$timestamp=$ $severity$ $threadname$ $flowid$ Logbook $http{parse=json}$",
1515
association: {
1616
tag: "http",
1717
keys: ["httpCorrelation"],

0 commit comments

Comments
 (0)