Skip to content

Commit d682510

Browse files
authored
Update dynamic logging docs to reflect new Go version requirement (#294)
Signed-off-by: Dom Del Nano <[email protected]>
1 parent 6a66965 commit d682510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/04-tutorials/04-custom-data/02-dynamic-go-logging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ Dynamic logging is an alpha feature. It is currently only supports logging of Go
232232

233233
Dynamic Go Logging works using [debug information](/reference/admin/debug-info). By default, `go build` compiles your program with debug information and is compatible with Dynamic Go Logging. However, if you compile with -ldflags '-w -s' or strip the debug symbols after compiling, then you will not be able use Dynamic Go Logging.
234234

235-
Additionally, Dynamic logging works for Golang versions up to 1.16 only (the go compiler for 1.17 changed the calling convention, and the Dynamic Logging feature has not yet been updated to support those changes).
235+
Additionally, Dynamic logging works for Golang versions 1.17 and later (the go compiler for 1.16 and earlier has a different calling convention that is no longer supported).
236236

237237
### Limitations
238238

0 commit comments

Comments
 (0)