From 19822286ba7da907752ff418406f2b080a58bbb3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gyula=20Szab=C3=B3?= <gyufi@szabocsalad.com>
Date: Tue, 1 Mar 2016 10:50:48 +0100
Subject: [PATCH] SimpleSAML namespace usage

Minor changes to use SimpleSAML namespace to Logger logging level definitions.
---
 config-templates/config.php | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/config-templates/config.php b/config-templates/config.php
index 49a981d20..37d836107 100644
--- a/config-templates/config.php
+++ b/config-templates/config.php
@@ -110,18 +110,18 @@ $config = array(
      * Logging.
      *
      * define the minimum log level to log
-     *		SimpleSAML_Logger::ERR		No statistics, only errors
-     *		SimpleSAML_Logger::WARNING	No statistics, only warnings/errors
-     *		SimpleSAML_Logger::NOTICE	Statistics and errors
-     *		SimpleSAML_Logger::INFO		Verbose logs
-     *		SimpleSAML_Logger::DEBUG	Full debug logs - not recommended for production
+     *		SimpleSAML\Logger::ERR		No statistics, only errors
+     *		SimpleSAML\Logger::WARNING	No statistics, only warnings/errors
+     *		SimpleSAML\Logger::NOTICE	Statistics and errors
+     *		SimpleSAML\Logger::INFO		Verbose logs
+     *		SimpleSAML\Logger::DEBUG	Full debug logs - not recommended for production
      *
      * Choose logging handler.
      *
      * Options: [syslog,file,errorlog]
      *
      */
-    'logging.level' => SimpleSAML_Logger::NOTICE,
+    'logging.level' => SimpleSAML\Logger::NOTICE,
     'logging.handler' => 'syslog',
 
     /*
-- 
GitLab