Include Page |
---|
| KBCOMMON:KB-CSSstyle |
---|
| KBCOMMON:KB-CSSstyle |
---|
|
Table of Contents
Description
Use this option to either edit the log files using a selected text editor or to have a continuous view ("live") of the log file for the selected guest.
...
Example:status
|
to update
Include Page |
---|
| KBCOMMON:DOC-GoToToc |
---|
| KBCOMMON:DOC-GoToToc |
---|
|
Continuous view
- The utility displays the last 12 lines of the current log file if it exists and will display newly added lines with color highlighting
- If the log file becomes inaccessible, the reason can be the guest has been started hence the current log file was archived and a new one was created and the continuous view continues with the newly detected log file
- This option can work even if the guest is not started
- The continuous log view can be called using the command line "
logtail
", see Additional command lines
Log edition
Select editor view then the log file. The editor will be selected depending on the preferences defined:
Notes:
- Only the 16 most recent log files are displayed in the list. To get older files, you will need to find them in the log file folder with name identical to the defined log file and with extension:
- "
.upto<YYYY-MM-DD-HHMNSE
>" (example: /charon/pluto.log.upto2015-07-02-172824
) if the virtual machine is not using rotating log files or - as defined by the log rotation mechanism (example:
/charon/logs/pluto-2015-11-30-14-13-55-000000000.log
)
- When selecting the log file:
- the 'From' date is either based on the first line including a date found in the log file or on file creation time
- the 'To' date corresponds to the date time the file was archived (renamed before guest start)
- It is highly recommended to use '
vim
' or 'gvim
' (if possible and if installed) to have the benefits of log highlighting
...