Viewing the sys.log file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2005 07:10 PM
When I tried to view the sys.log or sys.log.prev it display the inforamtion on the log file but terminates it with a truncated message.(--Truncated---).
How can I view the entire file ?
Could it be possible to rename sys.log.prev file so that the overwritten of data can be avoided.
Does CCS store all sys.log file somewhere on the harddrive?, if so how can I view the entire file please?
- Labels:
-
Application Networking
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2005 08:31 AM
the method to see it entirely is to copy it to an FTP server via the command 'copy log sys.log ftp ...'
You can also use the tail option to see the last messages only.
ie: sho log sys.log tail 100
Regards,
Gilles.
