Skip to content
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.

Commit

Permalink
add seconds to an exception file name
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelkucera authored and Vrtak-CZ committed May 31, 2016
1 parent 99cf6cd commit e107ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tracy/LoggerHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public function formatExceptionFilePath($exception, DateTimeInterface $datetime
return $dir . $file;
}
}
return $dir . 'exception--' . $datetime->format('Y-m-d--H-i') . '--' . $hash . '.html';
return $dir . 'exception--' . $datetime->format('Y-m-d--H-i-s') . '--' . $hash . '.html';
}

/**
Expand Down

0 comments on commit e107ae7

Please sign in to comment.