Feature #3511
TXM version signature, add operating system version
Statut: | New | Début: | 24/11/2023 | |
---|---|---|---|---|
Priorité: | Normal | Echéance: | ||
Assigné à: | - | % réalisé: | 0% |
|
Catégorie: | Diagnostic and optimization | Temps passé: | - | |
Version cible: | TXM 0.8.4 |
Description
Currently the TXM version full signature (eg at startup) is "TXM 0.8.3 (2023-11-07 09h15)".
This doesn't allow to interpret some bug scenarios.
Solution¶
Add operating system version information to signature.
For example information provided by the debug/OperatingSystemVersion utility:
os.name = Linux os.version = 5.15.0-88-generic os.arch = amd64
Producing the following full signature:
TXM 0.8.3 (2023-11-07 09h15) Linux, 5.15.0-88-generic, amd64