summaryrefslogtreecommitdiffstats
path: root/config-db/slxsettings
diff options
context:
space:
mode:
authorOliver Tappe2007-05-02 17:52:07 +0200
committerOliver Tappe2007-05-02 17:52:07 +0200
commitb5afbb85a3966449a221e87638f41215629b3878 (patch)
treeee7ef6da29fedba95556621cb565ab8c52afdb95 /config-db/slxsettings
parentFilesystemtype is needed for busybox mount (ext2 to /mnt/tmp) ... (diff)
downloadcore-b5afbb85a3966449a221e87638f41215629b3878.tar.gz
core-b5afbb85a3966449a221e87638f41215629b3878.tar.xz
core-b5afbb85a3966449a221e87638f41215629b3878.zip
* reverted recent addition of --verbose-level to short help, as that is no script option,
but an openslx-option (which is supported by all openslx-scripts). These options are only mentioned in the man-page, but not in the short help. * Moved the improved help text for --verbose-level to slxsettings. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@987 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'config-db/slxsettings')
-rwxr-xr-xconfig-db/slxsettings3
1 files changed, 3 insertions, 0 deletions
diff --git a/config-db/slxsettings b/config-db/slxsettings
index f0de947c..82b97585 100755
--- a/config-db/slxsettings
+++ b/config-db/slxsettings
@@ -346,6 +346,9 @@ Default is $SLX_TFTPBOOT_PATH (usually F</srv/openslx/tftpboot>.
=item B<< --verbose-level=<int> >>
Sets the level of logging verbosity (0-3).
+Prints additional output for debugging. N is a number between 0 and 3. Level
+1 provides more information than the default, while 2 provides traces. With
+level 3 you get extreme debug output, e.g. database commands are printed.
Default is $SLX_VERBOSE_LEVEL (usually 0, no logging).