Commit 7eecf8e
Add system log stream source and support timezone formats without colon (#11872)
* Initial plan
* Add system log stream source support and update timestamp parser
- Added StreamTypeSystem constant to Logs class in ModelCommon.cs
- Updated ResourceLogSource.GetAsyncEnumerator to initialize system stream and task
- Updated TimestampParser.GenerateRfc3339RegEx to make timezone colon optional
- Updated DcpExecutorTests to handle system stream in GetStreamPipesAsync
- Added tests for new timestamp format (optional colon in timezone)
- All tests passing
Co-authored-by: danegsta <[email protected]>
---------
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: danegsta <[email protected]>1 parent 31a509c commit 7eecf8e
File tree
5 files changed
+18
-2
lines changed- src
- Aspire.Hosting/Dcp
- Model
- tests
- Aspire.Dashboard.Tests/ConsoleLogsTests
- Aspire.Hosting.Tests/Dcp
5 files changed
+18
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
456 | 456 | | |
457 | 457 | | |
458 | 458 | | |
| 459 | + | |
459 | 460 | | |
460 | 461 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
55 | 60 | | |
56 | 61 | | |
57 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
60 | 64 | | |
61 | 65 | | |
62 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
672 | 672 | | |
673 | 673 | | |
674 | 674 | | |
| 675 | + | |
| 676 | + | |
675 | 677 | | |
676 | 678 | | |
677 | 679 | | |
| |||
729 | 731 | | |
730 | 732 | | |
731 | 733 | | |
| 734 | + | |
732 | 735 | | |
733 | 736 | | |
734 | 737 | | |
| |||
752 | 755 | | |
753 | 756 | | |
754 | 757 | | |
| 758 | + | |
| 759 | + | |
| 760 | + | |
755 | 761 | | |
756 | 762 | | |
757 | 763 | | |
758 | 764 | | |
759 | 765 | | |
760 | | - | |
| 766 | + | |
761 | 767 | | |
762 | 768 | | |
763 | 769 | | |
| |||
0 commit comments