Skip to content

Commit 97b49c2

Browse files
Apply suggestions from code review
Co-authored-by: sofietoft <[email protected]>
1 parent 5527a4f commit 97b49c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

16/umbraco-cms/reference/configuration/loggingsettings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ Set the value to `~/LogFiles` to add all log files to a `LogFiles` directory in
3737

3838
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.
3939

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.
4141

4242
## FileNameFormatArguments
4343

4444
By default the single argument for the log file format name is the server's machine name.
4545

46-
Other or additional arguments can be provided via this setting as a comma delimited string:
46+
Other or additional arguments can be provided via the `FileNameFormatArguments` setting using a comma-delimited string:
4747

4848
- `MachineName` - the server's name.
4949
- `EnvironmentName` - the ASP.NET environment name such as "Development" or "Production.

0 commit comments

Comments
 (0)