From 8061f08b4e0a8f0ab5d1548b7e9978f3cc8647a2 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Mon, 23 Jun 2025 14:00:10 +0200 Subject: Refactor logging and add logfile support idevicerestore will now also create a logfile automatically, unless disabled with --logfile=NONE. --- docs/idevicerestore.1 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/idevicerestore.1') diff --git a/docs/idevicerestore.1 b/docs/idevicerestore.1 index d141548..633469a 100644 --- a/docs/idevicerestore.1 +++ b/docs/idevicerestore.1 @@ -58,6 +58,10 @@ Prints usage information. .B \-C, \-\-cache\-path DIR Use specified directory for caching extracted or other reused files. .TP +.B \-\-logfile PATH +Write logging output to file at PATH. If PATH equals \f[B]NULL\f[] or \f[B]NONE\f[], +no log file will be written. This disables automatic log file creation. +.TP .B \-d, \-\-debug Enable communication debugging. .TP -- cgit v1.1-32-gdbae