Update logger.php

This commit is contained in:
Namhyeon Go 2018-09-30 06:18:55 +09:00 committed by GitHub
parent 6bc9104beb
commit 4211728660
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ if(!function_exists("write_common_log")) {
return write_storage_file($msg, array(
"storage_type" => "logs",
"filename" => "common.log",
"mode" => "a",
"mode" => "a"
));
}
}