Skip to content

Commit 9ea0d81

Browse files
committed
prep for release
1 parent b333a3d commit 9ea0d81

25 files changed

+153
-145
lines changed

R/basic_config.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#'
33
#' A quick and easy way to configure the root logger. This is less powerful
44
#' then using [`lgr$config()` or `lgr$set_*()`][Logger], but reduces the
5-
#' most common configrations to a single line of code.
5+
#' most common configurations to a single line of code.
66
#'
77
#' @param file `character` scalar: If not `NULL` a [AppenderFile] will be
88
#' created that logs to this file. If the filename ends in `.jsonl`, the

cran-comments.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,8 @@
1010

1111
0 errors | 0 warnings | 0 notes
1212

13-
adds appender that can write to syslog
13+
Adds appender that can write to syslog. This introduces an optional dependency
14+
on the linux-only rsyslog package, so checks fail on windows if suggests are
15+
forced. Running the tests/examples of this package will write a few lines to
16+
the syslog on linux systems, if this is an undesired side effect I can disable
17+
the tests.

docs/articles/lgr.html

Lines changed: 64 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/AppenderConsole.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/AppenderDt.html

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/AppenderFile.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/AppenderJson.html

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/AppenderSyslog.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)