/rt:{True | False} (retention) Determines whether the log retains existing entries
when the log becomes full. When you set the log retention mode to True, the log retains earlier
entries when the log becomes full and discards all new entries. The default value of false
discards older entries in favor of new ones.
/ab:{True | False} (autobackup) Performs an automatic backup of the log when it
reaches maximum size. You must set the retention value to true using the /rt option when
using this feature.
/ms:Value (maxsize) Specifies the maximum log size in bytes. The maximum log size in
Server Core is 1,048,576 bytes (1,024 KB). Log files are always multiples of 64 KB, so Server
Core rounds any value you provide to a multiple of 64 KB.
/l:Value (level) Defines the log level filter (normally critical, error, warning, information,
or verbose). You may use any valid level value. This feature is only applicable to logs
with a dedicated session (which means that the isolation mode is normally custom). You can
remove a level filter by setting the value to 0.
/k:Value (keywords) Defines the log keyword filter (common keywords include Audit
Failure, Audit Success, Classic, Correlation Hint, Software Quality Monitoring (SQM), Windows
Diagnostics Infrastructure (WDI) Context, and WDI Diag).
Pages:
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071