Skip to content

Commit ce072c2

Browse files
authored
Update FileTarget.php
1 parent 5825320 commit ce072c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

framework/log/FileTarget.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ class FileTarget extends Target
6464
* 并且在 Windows 系统中不能很好地重命名已打开的文件。
6565
* 但是,通过重命名进行轮换要快一点。
6666
*
67-
* 在PHP文档中 [comment by Martin Pelletier](http://www.php.net/manual/en/function.rename.php#102274) 中描述了 Windows
67+
* 在PHP文档中 [comment by Martin Pelletier](http://www.php.net/manual/en/function.rename.php#102274)
68+
* 中描述了 Windows
6869
* 系统中 [rename()](http://www.php.net/manual/en/function.rename.php) 函数不能与某些进程打开的文件一起使用的问题。
6970
* 您可以通过将 rotateByCopy
7071
* 设置为 `true` 解决此问题。

0 commit comments

Comments
 (0)