TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


technote:log_file

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
technote:log_file [2020/09/09 02:31] – [Setting Log File Location via Lite] Scott Cunliffetechnote:log_file [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 29: Line 29:
 Scroll down to the section Scroll down to the section
  
-<sxh>+<code>
    //    //
    // If you specify a valid logfile value the logfile dialog will not be displayed     // If you specify a valid logfile value the logfile dialog will not be displayed 
    //    //
    // logfile="%HOMEDRIVE%%HOMEPATH%\Documents";    // logfile="%HOMEDRIVE%%HOMEPATH%\Documents";
-   </sxh>+   </code>
        
 Remove the comments (<nowiki>//</nowiki>) from the line logfile="%HOMEDRIVE%%HOMEPATH%\Documents"; and set the directory path to the folder you want the log files to save to. eg C:\Users\user_name\Documents\Lite Log Files. Remove the comments (<nowiki>//</nowiki>) from the line logfile="%HOMEDRIVE%%HOMEPATH%\Documents"; and set the directory path to the folder you want the log files to save to. eg C:\Users\user_name\Documents\Lite Log Files.
Line 40: Line 40:
 The code block in the cfg file should now look like this: The code block in the cfg file should now look like this:
  
-<sxh>+<code>
    //    //
    // If you specify a valid logfile value the logfile dialog will not be displayed     // If you specify a valid logfile value the logfile dialog will not be displayed 
    //    //
 logfile="C:\Users\user_name\Documents\Lite Log Files"; logfile="C:\Users\user_name\Documents\Lite Log Files";
-   </sxh>+   </code>
  
technote/log_file.1599618697.txt.gz · Last modified: 2025/01/21 22:07 (external edit)