Saving and Renaming Log Files in Virtuoso Studio Design Environment
The software writes a record of each session in the CDS.log file unless you specify a different log file name using the -log option on the command line at the start of your session. You can manage your session log files using any of the following methods:
-
After you complete a session, you can rename the log file using the UNIX
mvcommand. For example:mv CDS.log log.jun1
-
When you start your session, you can use the
-logoption to specify a name for the log file. For example:
where startupCmd is the command you type to start your session (such asstartupCmd-log ~/log.jun1 &virtuoso). -
Before you start your session, you can set the
CDS_LOG_VERSIONenvironment variable to specify a unique name every time the software writes a log file.
Related Topics
Saving Changes in Virtuoso Studio Design Environment
Return to top