Skip to content

Commit

Permalink
Merge branch 'main' into meson-build
Browse files Browse the repository at this point in the history
  • Loading branch information
marcransome authored Feb 2, 2024
2 parents 32877cb + 6d0c568 commit 587871d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Dependency review
uses: actions/dependency-review-action@v3
uses: actions/dependency-review-action@v4
with:
comment-summary-in-pr: true
fail-on-severity: low
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Use the `-a, --append` option to also append the log message to a file (creating
flog -a /var/log/some-script.log -l fault -s uk.co.fidgetbox -c general 'unrecoverable failure'
```

> **Warning**:
> [!WARNING]
> Log message strings are _public_ by default and can be read using the `log(1)` command or [Console](https://support.apple.com/en-gb/guide/console/welcome/mac) app. To mark a message as private add the `-p|--private` option to the command. Doing so will redact the message string, which will be shown as `'<private>'` when accessed using the methods previously mentioned. [Device Management Profiles](https://developer.apple.com/documentation/devicemanagement) can be used to grant access to private log messages.
### Reading log messages
Expand Down

0 comments on commit 587871d

Please sign in to comment.