Skip to content

Commit d86d4f7

Browse files
authored
Merge pull request #23193 from kanwal-kaur/patch-2
Update etwlogs.md
2 parents 01f8f2a + 0ca5b57 commit d86d4f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/manuals/engine/logging/drivers/etwlogs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ before the provider has been registered with the system.
2525
Here is an example of how to listen to these events using the logman utility program
2626
included in most installations of Windows:
2727

28-
1. `logman start -ets DockerContainerLogs -p {a3693192-9ed6-46d2-a981-f8226c8363bd} 0 0 -o trace.etl`
28+
1. `logman start -ets DockerContainerLogs -p "{a3693192-9ed6-46d2-a981-f8226c8363bd}" 0x0 -o trace.etl`
2929
2. Run your container(s) with the etwlogs driver, by adding
3030
`--log-driver=etwlogs` to the Docker run command, and generate log messages.
3131
3. `logman stop -ets DockerContainerLogs`

0 commit comments

Comments
 (0)