Skip to content
Snippets Groups Projects
Commit c31d79f3 authored by Olav Morken's avatar Olav Morken
Browse files

LoggingHandlerFile: Load timezone-settings from config.php.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2251 44740490-163a-0410-bde0-09ae8108e29a
parent 8f383f4b
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,8 @@ class SimpleSAML_Logger_LoggingHandlerFile implements SimpleSAML_Logger_LoggingH
{
if (!@touch($this->logFile)) throw new Exception("Could not create logfile: ".$this->logFile." Loggingdir is not writeable for the webserver user.");
}
SimpleSAML_Utilities::initTimezone();
}
function log_internal($level, $string) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment