Skip to content

Change 'PowerShellProperties.json' to 'powershell.config.json' in about_logging #2050

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 12, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions reference/6/Microsoft.PowerShell.Core/About/about_Logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ sudo log stream --predicate 'process == "pwsh"' --info

On Windows, logging is configured by creating ETW trace listeners or by using
the Event Viewer to enable Analytic logging. On Linux and MacOS, logging is
configured using the file `PowerShellProperties.json`. The rest of this section
configured using the file `powershell.config.json`. The rest of this section
will discuss configuring PowerShell logging on non-Windows system.

By default, PowerShell enables informational logging to the operational
Expand All @@ -157,7 +157,7 @@ marked as operational and has a log (trace) level greater then informational
will be logged. Occasionally, diagnoses may require additional log output,
such as verbose log output or enabling analytic log output.

The file `PowerShellProperties.json` is a JSON formatted file residing in the
The file `powershell.config.json` is a JSON formatted file residing in the
PowerShell $PSHOME directory. Each installation of PowerShell uses it's own
copy of this file. For normal operation, this file is left unchanged but it
can be useful for diagnosis or for distinguishing between multiple PowerShell
Expand Down