Commit 6674b34a authored by Taylor Otwell's avatar Taylor Otwell

update log file name to include sapi name.

parent 4355a334
......@@ -30,7 +30,9 @@ ClassLoader::addDirectories(array(
|
*/
Log::useDailyFiles(__DIR__.'/../storage/logs/log.txt');
$logFile = 'log-'.php_sapi_name().'.txt';
Log::useDailyFiles(__DIR__.'/../storage/logs/'.$logFile);
/*
|--------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment