We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85d8f50 commit f38c922Copy full SHA for f38c922
doc/architecture/trace_file_formats.adoc
@@ -16,4 +16,9 @@ The length does not include the integer itself.
16
*.txth::
17
Human-readable plain-text trace file.
18
Messages are separated by newlines.
19
+
20
+NOTE: Previous releases of OSI also supported a so-called plain-text trace file format, with file extension `.txt`.
21
+This legacy format did not contain plain-text, but rather binary protobuf messages separated by a special separator.
22
+For obvious reasons the format was deprecated and fully replaced with the `.osi` binary file format.
23
+This release no longer contains any support for the legacy `.txt` file format.
24
These files may be used for manual checks.
0 commit comments