Skip to content

Version 1.0.14

Compare
Choose a tag to compare
@sanssecours sanssecours released this 31 Aug 14:02
aad6b70

Logger

  • ICOc now always extend the logging file name with the postfix _error, if there was a problem.

    For example, if you use the default name ICOc.txt, then the logging file will be named

    • ICOc_TIMESTAMP_error.txt (e.g. ICOc_2021-08-25_10-23-04_error.txt) instead of
    • ICOc_TIMESTAMP.txt (e.g. ICOc_2021-08-25_10-23-04.txt)

    if there were any problems. The behavior of ICOc was similar before. However, the name of the error file could be chosen freely.

  • You can now specify the default (base) name of the logging file in the configuration (LoggerICOCFILENAME).

  • You can now specify the directory where ICOc stores acceleration data in the configuration (LoggerICOCDIRECTORY).

Verification Tests

We added the old code of the STH verification tests. You can now execute these tests using the command

test-sth-verification

For more information about these tests, please take a look at the section “Verification Tests” here.

Internal

Message