From 024a4e087ed512b58caabd72a0a4c5e679d7fc7f Mon Sep 17 00:00:00 2001 From: ehofman <ehofman> Date: Tue, 1 Apr 2003 18:50:01 +0000 Subject: [PATCH] Add log-level to the list of available options --- Translations/strings-default.xml | 1 + options.xml | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/Translations/strings-default.xml b/Translations/strings-default.xml index a30bbdbb2..34936ee2f 100644 --- a/Translations/strings-default.xml +++ b/Translations/strings-default.xml @@ -242,6 +242,7 @@ <!-- Debugging Options --> <debugging-options>Debugging Options</debugging-options> + <log-level-desc>Set the logging level for this session. 0=verbose, 5=alerts only</log-level-desc> <trace-read-desc>Trace the reads for a property;</trace-read-desc> <trace-write-desc>Trace the writes for a property;</trace-write-desc> diff --git a/options.xml b/options.xml index ef6b2cbaf..cb0019143 100644 --- a/options.xml +++ b/options.xml @@ -807,6 +807,12 @@ <section> <name>strings/debugging-options</name> + <option> + <name>log-level</name> + <arg>n</arg> + <description>strings/log-level-desc</description> + </option> + <option> <name>trace-read</name> <arg>property</arg>