Skip to content

Commit f38c922

Browse files
committed
Add historical note of txt format
Signed-off-by: Pierre R. Mai <[email protected]>
1 parent 85d8f50 commit f38c922

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/architecture/trace_file_formats.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,9 @@ The length does not include the integer itself.
1616
*.txth::
1717
Human-readable plain-text trace file.
1818
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.
1924
These files may be used for manual checks.

0 commit comments

Comments
 (0)