Skip to content

Commit f0b45e5

Browse files
committed
Update client/src/main/java/org/apache/cloudstack/ServerDaemon.java
1 parent 7a6e11d commit f0b45e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/main/java/org/apache/cloudstack/ServerDaemon.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ private RequestLog createRequestLog() {
339339
}
340340

341341
private void createRotateFile(File logPath) {
342-
String rotatefile = "/etc/logrotate/access";
342+
String rotatefile = "/etc/logrotate.d/access";
343343
String fileContents = logPath.getAbsolutePath() + " {\n"
344344
+ " copytruncate"
345345
+ " daily"

0 commit comments

Comments
 (0)