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:30] – [Setting Log File Location via Lite Configuration File] Scott Cunliffetechnote:log_file [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 11: Line 11:
 ==== Setting Log File Location via Lite ==== ==== Setting Log File Location via Lite ====
  
-When cycling through a main function in Lite (Scan-In, Scan-out, Send and Recall), after selecting the function and clicking Next you will be presented with the Options window.+When cycling through a main function in Lite (Scan-In, Scan-out, Send and Recall etc), after selecting the function and clicking Next you will be presented with the Options window.
  
 To change the default directory, click in the field to the right of the Log File Folder and click on the (''...'') button and select the required directory to save the log file to. To change the default directory, click in the field to the right of the Log File Folder and click on the (''...'') button and select the required directory to save the log file to.
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 (//) 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.
  
 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.1599618616.txt.gz · Last modified: 2025/01/21 22:07 (external edit)