Skip to content

Commit

Permalink
Fix typo in README (wrong function name)
Browse files Browse the repository at this point in the history
  • Loading branch information
aryoda committed Jan 27, 2023
1 parent f8a88fa commit 7943c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ flog.threshold(ERROR) # TRACE, DEBUG, INFO, WARN, ERROR, FATAL

### How can I suppress the full (and even the compact) call stack trace to simplify my log?

Since version 1.1.5 (Oct. 2019) `tryCatchLog` and `tryCatch` have two additional arguments named
Since version 1.1.5 (Oct. 2019) `tryCatchLog` and `tryLog` have two additional arguments named
`include.full.call.stack` and `include.compact.call.stack` which can also be configured globally
via options.

Expand Down

0 comments on commit 7943c0e

Please sign in to comment.