Skip to content

Commit 8a77aea

Browse files
committed
doc: quick note about logging
1 parent 75cddb0 commit 8a77aea

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,12 @@ func (e *Example) ServeHTTP(rw http.ResponseWriter, req *http.Request) {
183183
}
184184
```
185185

186+
## Logs
187+
188+
Currently, the only way to send logs to Traefik is to use `os.Stdout.WriteString("...")` or `os.Stderr.WriteString("...")`.
189+
190+
In the future, we will try to provide something better and based on levels.
191+
186192
## Plugins Catalog
187193

188194
Traefik plugins are stored and hosted as public GitHub repositories.

0 commit comments

Comments
 (0)