Trace filename doesn't use define "LogPrefix"

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dragon76vn
    Junior Member
    • Mar 2023
    • 3

    #1

    Trace filename doesn't use define "LogPrefix"

    BurnInTest v5.0 (1003) Linux 64bit

    ## Location (path) of log file
    LogFilename /tmp/

    ## Log prefix
    LogPrefix test1234​

    These are my setting and when the test is finished, I get "test1234.log" and "BIT_log.trace". I used v3.3 before and it produced "test1234.trace". How can I get the same for v5.0? Thanks.
  • David (PassMark)
    Administrator
    • Jan 2003
    • 11099

    #2
    Can you add this config command,
    LogMode Timestamp

    And make sure there is no other setting for "LogMode"

    See also BurnInTest Linux User's guide

    Comment

    • dragon76vn
      Junior Member
      • Mar 2023
      • 3

      #3
      Originally posted by David (PassMark)
      Can you add this config command,
      LogMode Timestamp

      And make sure there is no other setting for "LogMode"

      See also BurnInTest Linux User's guide
      LogMode Timestamp will give me multiple new timestamped files correct? I don't want that. I need the trace file to have LogPrefix name that I assigned.

      Comment

      • Simon (PassMark)
        Administrator
        • Apr 2021
        • 328

        #4
        Can you try running this build which should address the .trace not being renamed:
        https://www.passmark.com/downloads/t...0230307.tar.gz

        Comment

        • dragon76vn
          Junior Member
          • Mar 2023
          • 3

          #5
          Originally posted by Simon (PassMark)
          Can you try running this build which should address the .trace not being renamed:
          https://www.passmark.com/downloads/t...0230307.tar.gz
          Yes, it works. So, can I use this and import my key or wait for an official release?

          Comment

          • Simon (PassMark)
            Administrator
            • Apr 2021
            • 328

            #6
            You can continue using this build until we do a official release.

            Comment

            Working...