Skip to content

Commit 976ec1d

Browse files
committed
Add missing example config, update readme.
1 parent 0a82d0b commit 976ec1d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ For example, let's say your custom config fragment lives in ``ci/examples/agent.
111111
1. Obtain base64 encoded version of the JSON file content
112112

113113
```bash
114-
cat ci/examples/agent.d/my-config.json| sed -e 's/^ *//' | tr -d '\n' | base64
114+
cat ci/examples/agent.d/my-config.json | sed -e 's/^ *//' | tr -d '\n' | base64
115115
```
116116

117117
To avoid any YAML formatting issues, we also utilize ``sed`` and ``tr`` command to fold multi line

ci/examples/agent.d/my-config.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"max_log_offset_size": 5242880,
3+
"debug_level": 5
4+
}

0 commit comments

Comments
 (0)