Skip to content

Commit d0c1221

Browse files
authored
Remove Go version requirement from Dynamic Go Logging tutorial. (#184)
Signed-off-by: Hannah Troisi <htroisi@pixielabs.ai>
1 parent 638a0ad commit d0c1221

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,6 @@ 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).
236-
237235
### Limitations
238236

239237
Dynamic Logging can currently be used to trace only certain types of arguments and return values:

0 commit comments

Comments
 (0)