You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 16/umbraco-cms/reference/configuration/loggingsettings.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,13 +37,13 @@ Set the value to `~/LogFiles` to add all log files to a `LogFiles` directory in
37
37
38
38
The default file name format for the Umbraco log file is `UmbracoTraceLog.{0}..json`. The single argument is replaced at runtime with the server's machine name.
39
39
40
-
If you want to change the file name or include additional arguments, you can amend the format with this setting.
40
+
If you want to change the file name or include additional arguments, you can amend the format with the `FileNameFormat` setting.
41
41
42
42
## FileNameFormatArguments
43
43
44
44
By default the single argument for the log file format name is the server's machine name.
45
45
46
-
Other or additional arguments can be provided via this setting as a commadelimited string:
46
+
Other or additional arguments can be provided via the `FileNameFormatArguments`setting using a comma-delimited string:
47
47
48
48
-`MachineName` - the server's name.
49
49
-`EnvironmentName` - the ASP.NET environment name such as "Development" or "Production.
0 commit comments