Skip to content

Commit 5e980ec

Browse files
authored
Merge pull request #88010 from Raunow/patch-1
Typos in azure-monitor/agents/data-sources-custom-logs.md
2 parents 411168b + ec28950 commit 5e980ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/agents/data-sources-custom-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The log files to be collected must match the following criteria.
2323

2424
YYYY-MM-DD HH:MM:SS<br>M/D/YYYY HH:MM:SS AM/PM<br>Mon DD, YYYY HH:MM:SS<br />yyMMdd HH:mm:ss<br />ddMMyy HH:mm:ss<br />MMM d hh:mm:ss<br />dd/MMM/yyyy:HH:mm:ss zzz<br />yyyy-MM-ddTHH:mm:ssK
2525

26-
- The log file must not allow circular logging, log rotation where the file is overwritten with new entries, or the file is renamed and the same file name resues for continued loging.
26+
- The log file must not allow circular logging, log rotation where the file is overwritten with new entries, or the file is renamed and the same file name is reused for continued logging.
2727
- The log file must use ASCII or UTF-8 encoding. Other formats such as UTF-16 are not supported.
2828
- For Linux, time zone conversion is not supported for time stamps in the logs.
2929
- As a best practice, the log file should include the date time that it was created to prevent log rotation overwiting or renaming.

0 commit comments

Comments
 (0)