Announcement

Collapse
No announcement yet.

Loglevel

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Loglevel

    Hi,

    i have a question about the logfiles and the loglevel.
    I script the test and the logpreferences:

    SETLOG yes NAME "P:\BurninDebug.log" PREFIX "%mainSNR%" TIME no REPORT text LOGLEVEL yes TRACELEVEL no SUM no FILE APPEND

    The problem is in the logfile i have thousands of lines like this:

    LOG NOTE: 2015-07-14 14:32:43, Memory (RAM), System Memory Total: 726MB, Test RAM allocated 20MB, Available: 149MB, DELTA: -43344896, Act0: 820

    Why do i get these lognotes? How can i deactivate them? Or, whats wrong with my logsettings?

    Thanks,

    DPSB

  • #2
    These log entries are included when Preferences-RAM, Log memory allocations is selected, or trace level logging is turned on.

    Add the following to your script:
    SETRAM LOG NO

    I just checked scripting and see that "TRACELEVEL no" is not working and has no effect. We will fix this in the next build of BurnInTest. In the meantime, make sure the configuration file loaded has activity trace logging turned off.

    Comment

    Working...
    X