From 419b81a499c8c9e91bddb1d7f4cad412fa039b47 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Mon, 7 Apr 2008 19:56:26 +0000 Subject: * renamed --verbose-level to --log-level to make it more separate from --verbose. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1729 95ad53e4-c205-0410-b2fa-d234c58c8868 --- config-db/slxconfig-demuxer | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config-db/slxconfig-demuxer') diff --git a/config-db/slxconfig-demuxer b/config-db/slxconfig-demuxer index f6592b88..a0c64ff9 100755 --- a/config-db/slxconfig-demuxer +++ b/config-db/slxconfig-demuxer @@ -310,7 +310,7 @@ sub writeAttributesToFile # will never again try to fiddle with machine-setup directly the # file-system. From now on the DB is the keeper of that info. spitFile($fileName, $content); - if ($openslxConfig{'verbose-level'} > 2) { + if ($openslxConfig{'log-level'} > 2) { vlog(0, "--- START OF $fileName ---"); vlog(0, $content); vlog(0, "--- END OF $fileName --- "); @@ -695,7 +695,7 @@ sub writePluginConfigurationsForSystem } my $fileName = "$pluginConfPath/${pluginName}.conf"; spitFile($fileName, $content); - if ($openslxConfig{'verbose-level'} > 2) { + if ($openslxConfig{'log-level'} > 2) { vlog(0, "--- START OF $fileName ---"); vlog(0, $content); vlog(0, "--- END OF $fileName --- "); @@ -958,11 +958,11 @@ which can be used to overrule the OpenSLX settings: --db-spec= full DBI-specification of database --db-type= type of database to connect to --locale= locale to use for translations + --log-level= level of logging verbosity (0-3) --logfile= file to write logging output to --private-path= path to private data --public-path= path to public (client-accesible) data --temp-path= path to temporary data - --verbose-level= level of logging verbosity (0-3) Please refer to the C-manpage for a more detailed description of these options. -- cgit v1.2.3-55-g7522