Commit Graph

7 Commits

Author SHA1 Message Date
John Vines
9b18858cc7 Merge pull request #24045 from onboard-data/main
Clarifying %L behavior for awslogs driver
2026-01-30 11:45:24 +01:00
kanwalpreetkaur
0ca5b57ba3 Update etwlogs.md
The command doesn't work as intended. 
Explanation for the fix:
1. Windows requires the GUID inside quotes because it's treated as a string (the provider name) in this context. Without quotes, the command parser may interpret the braces or hyphens incorrectly.
2. Passing 0x0 as the only flag after the provider GUID is valid. Supplying two numbers like 0 0 (as in some bad examples) misleads logman, which tries to interpret the second value as outputFormat.
3. The -o trace.etl must be at the end and not mistaken for a different parameter like -f (output format), unless you're also explicitly setting -f to text or xml.
2025-08-01 12:14:00 -04:00
Austin Vazquez
51161141a2 docs: add fluentd write timeout log driver option
Signed-off-by: Austin Vazquez <austin.vazquez@docker.com>
2025-07-25 10:46:48 -07:00
Arthur
f4ac24cacf fix: unrecognized language (#23085)
Update code fences that use a non-recognized codefence language value.

Resolves #23081.
2025-07-15 15:53:34 +02:00
Ville Skyttä
ae3eec2c70 docs: grammar and spelling fixes (#22136)
<!--Delete sections as needed -->

## Description

<!-- Tell us what you did and why -->

Fix a few grammar and spelling errors.


## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
2025-02-28 14:13:37 -08:00
Austin Vazquez
475eadf9a5 Add AWS logs driver awslogs-create-stream option doc
Signed-off-by: Austin Vazquez <macedonv@amazon.com>
2024-10-03 18:17:32 +00:00
David Karlsson
135870fc13 hugo: move manuals content to /manuals section
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-09 10:51:09 +02:00