From 1bd6e0f07398a68971b99a2b37688ff327ec110e Mon Sep 17 00:00:00 2001 From: Jordan Date: Tue, 13 Dec 2022 14:54:12 -0500 Subject: fix incorrect link --- docs/dev/batch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/dev/batch.md') diff --git a/docs/dev/batch.md b/docs/dev/batch.md index 6e65de17..841027a6 100644 --- a/docs/dev/batch.md +++ b/docs/dev/batch.md @@ -90,7 +90,7 @@ with open_view("/bin/ls", options={'analysis.limits.maxFunctionSize': 0}) as bv: ### Logging and Exceptions -By default, logging will follow whatever the setting is for [minimum log level](https://docs.binary.ninja/guide/settings.html#all-settings) (`WarningLog` if not changed). However, for batch-process, it's often convenient to use the [`disable_default_log`](https://api.binary.ninja/index.html#binaryninja.disable_default_log) API to shut off logging entirely. Note that you may still need to handle python exceptions with a "try/except" pattern in the event of malformed files that do not process as expected. +By default, logging will follow whatever the setting is for [minimum log level]([https://docs.binary.ninja/guide/settings.html#all-settings](https://docs.binary.ninja/guide/settings.html#python.log.minLevel)) (`WarningLog` if not changed). However, for batch-process, it's often convenient to use the [`disable_default_log`](https://api.binary.ninja/index.html#binaryninja.disable_default_log) API to shut off logging entirely. Note that you may still need to handle python exceptions with a "try/except" pattern in the event of malformed files that do not process as expected. ### Further Customization -- cgit v1.3.1