diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-07-03 01:48:10 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-07-03 01:48:10 +0200 |
commit | 1a42a842639df21d4738bb8ac12f146d829a9d17 (patch) | |
tree | 88e65914ef5e9a19ac3f635fde288725ef72f80d /luaotfload-tool.rst | |
parent | cba3f693b07b52734aa8ef6c35eb99ac4946ba04 (diff) | |
download | luaotfload-1a42a842639df21d4738bb8ac12f146d829a9d17.tar.gz |
add option to redirect log output to file
Diffstat (limited to 'luaotfload-tool.rst')
-rw-r--r-- | luaotfload-tool.rst | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/luaotfload-tool.rst b/luaotfload-tool.rst index 7b75367..31a1010 100644 --- a/luaotfload-tool.rst +++ b/luaotfload-tool.rst @@ -116,8 +116,14 @@ miscellaneous --verbose=N, -v Set verbosity level to *n* or the number of repetitions of ``-v``. --quiet No verbose output (log level set to zero). ---log=stdout Redirect log output to terminal (for database - troubleshooting). +--log=CHANNEL Redirect log output (for database + troubleshooting), where *CHANNEL* can be + + 1) ``stdout`` -> all output will be + dumped to the terminal; or + 2) ``file`` -> write to a file to the temporary + directory (the name will be chosen + automatically (**experimental!**). --version, -V Show version number and exit. --help, -h Show help message and exit. |