Skip to content

Commit 53da11a

Browse files
author
Jonathan Woollett-Light
committed
fix: Update docs
Updates `getting-started.md` to match how tracing has been tested. Signed-off-by: Jonathan Woollett-Light <jcawl@amazon.co.uk>
1 parent d27e7cc commit 53da11a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/getting-started.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@ curl -X PUT --unix-socket "${API_SOCKET}" \
143143
\"log_path\": \"${LOGFILE}\",
144144
\"level\": \"Debug\",
145145
\"show_level\": true,
146-
\"show_log_origin\": true
146+
\"show_log_origin\": true,
147+
\"new_format\": true
147148
}" \
148149
"http://localhost/logger"
149150

0 commit comments

Comments
 (0)