All logs can be found in the log directory of your SiteVision installation. On Windows this directory typically is C:\sitevision\data\log and on Linux /var/log/sitevision/

SiteVision logs application events for instance user logins, and creation and publication of pages, to an application log. You can find these logs in the application directory. The current log is called application.log, it uses a daily rolling scheme.

SiteVision logs server events that are necessary to find and track problems any website on the SiteVision server might have. You can find these logs in the system directory. The current log is called server.log, and it uses a daily rolling scheme.
All events for all websites that resides on the SiteVision server will be written to the same log file.

What log level that should be used is configurable through the log4j.xml file in your custom/conf directory. On Windows this will typically be C:\sitevision\custom\conf and on Linux it will typically be /opt/sitevision/custom/conf

Go to <domain name>/editor/admin and click the Log link (in the upper Admin tools section):

In the wrapper log you find essentially the same information as in the server log, but there are also additional Java/JVM information. I.e. if you find a problem in the server log, you might find additional information about the problem in the wrapper log.
The wrapper log uses a size-based rolling logging scheme. There are at most 10 wrapper logs (wrapper.log, wrapper-1.log ... wrapper-9.log) and the maximum size of each log is 20 MB. Previous wrapper logs will be overwritten (e.g. if you find a problem in a 15 day old server log, the wrapper log that also logged the problem might have been overwritten).
Wrapper logs resides in the same directory as the server logs.
All requests to a website are logged. If it is a known search engine spider, the logging can be found in the spider log, else it will be found in the regular access log.
The access logs are used by SiteVision to generate statistics about page/image/file downloads. The logs uses the format 'Common Log Format' (CLF) so that they can be utilized by most log analytical programs. The Apache specification for the CLF can be found here.
Each website will have a separate access logging directory and the name of this directory will be the same as the id of the website. Here is an example:
1. The website 'Demowebb' has id '2.4fd02c4f11865610f9580000':



Each mail sent from the SiteVision server is logged in a separate text file (the file extension is .dat though) in the mail directory.

If the system account is enabled and you have access to it, you can generate stack traces using a web browser. Go to <domain name>/editor/admin and click "Stacktraces". This will generate a stack trace for each running thread and is useful when troubleshooting a server or portlet that is running slow.