Commit 45590eb
The 'aletheia-probe config' command was prepending timestamps to the YAML output
because it used status_logger.info() which includes timestamp formatting. This
made the output invalid YAML that couldn't be used as a configuration template.
Changed the output method from status_logger.info() to print() to output clean,
valid YAML that can be directly used as a template.
Co-authored-by: florath-ai-assistant[bot] <Andreas.Florath@telekom.de>
1 parent bdf0b93 commit 45590eb
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
0 commit comments