Skip to content

Commit

Permalink
chore: use H2 instead
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Jan 9, 2024
1 parent 9bc895c commit 681fdaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/features/follow_logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ if err != nil {
If no parameter is passed a default timeout of 5 seconds will be used. Values below 5 seconds and above 60 seconds will
be coerced to these boundary values.

# Listening to errors
## Listening to errors

When log producer fails to start within given timeout (causing a context deadline) or there's an error returned while closing the reader it will no longer panic, but instead will return an error over a channel. You can listen to it using `DockerContainer.GetLogProducerErrorChannel()` method:
```golang
Expand Down

0 comments on commit 681fdaf

Please sign in to comment.