Override for logging variable.
authorcantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Tue, 20 Jul 2010 16:34:01 +0000 (16:34 +0000)
committercantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Tue, 20 Jul 2010 16:34:01 +0000 (16:34 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-opensaml2/branches/REL_2@560 fb386ef7-a10c-0410-8ebf-fd3f8e989ab0

samlsign/samlsign.cpp

index 217f8aa..ffb545d 100644 (file)
@@ -182,7 +182,7 @@ int main(int argc,char* argv[])
     }
 
     XMLToolingConfig& xmlconf = XMLToolingConfig::getConfig();
-    xmlconf.log_config();
+    xmlconf.log_config(getenv("OPENSAML_LOG_CONFIG"));
     SAMLConfig& conf=SAMLConfig::getConfig();
     if (!conf.init())
         return -2;