Skip to content

Commit f5cd6b0

Browse files
committed
fix #234 typo on default appender
1 parent f29cdea commit f5cd6b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/customize_logger.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ log_layout(layout_simple)
231231

232232
## Delivering log records to their destination
233233

234-
By default, `logger` will write to the console or `stdout` via the `?appender_console` function:
234+
By default, `logger` will write to the `stderr` via the `?appender_console` function:
235235

236236
```{r}
237237
log_appender()

0 commit comments

Comments
 (0)