Skip to content

Commit

Permalink
doc: Add sys.envs to NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
MEO265 committed Jun 8, 2024
1 parent 56b40b9 commit 069ed1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
* All condition log handlers (e.g., `warning()`) allow `NA` for the parameter `.loggit`. If `NA`, the log level set by `set_log_level()` is used
to determine if the condition should be logged. This is the new default behavior, but since the default log level is `"DEBUG"`, this should not change the behavior of existing code.
* All `set_*` functions now return the previous value of the setting.
* The default settings can now be controlled by the system environment variables `FILE_LOGGIT2`, `TIMESTAMP_LOGGIT2`, `ECHO_LOGGIT2` and `LEVEL_LOGGIT2`.

## Bugfixes
* `read_logs()` now correctly reads empty character values `""`, as in `{"key": ""}`.
Expand Down

0 comments on commit 069ed1c

Please sign in to comment.