Skip to content

Commit c2f58e1

Browse files
Merge pull request #279980 from JeffreyWolford/patch-25
Update log rotate statement
2 parents cb8522f + b382678 commit c2f58e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

articles/azure-monitor/agents/data-collection-text-log.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ To complete this procedure, you need:
3535
- Do create a new log file every day so that you can remove old files easily.
3636
- Do clean up all log files in the monitored directory. Tracking many log files can drive up agent CPU and Memory usage. Wait for at least 2 days to allow ample time for all logs to be processed.
3737
- Do Not overwrite an existing file with new records. You should only append new records to the end of the file. Overwriting will cause data loss.
38-
- Do Not rename a file to a new name and then open a new file with the same name. This could cause data loss.
3938
- Do Not rename or copy large log files that match the file scan pattern in to the monitored directory. If you must, do not exceed 50MB per minute.
4039
- Do Not rename a file that matches the file scan pattern to a new name that also matches the file scan pattern. This will cause duplicate data to be ingested.
4140

0 commit comments

Comments
 (0)