Question: Where can the error or event logs be found?
Answer: The application will log error messages to a rolling log file located in the logs sub-folder by default. The Lucity Administration for Web Apps program logs will be located at [install location]\bin\logs
on the workstation where the Lucity Administration for Web Apps is running. The Web app logs will be in the [virtual directory]\logs directory
on the web server.
By default, logging for "Errors" is turned on, but additional logging options to help solve problems are also provided, such as logging every SQL command sent to the database.
Also, it is possible to configure the logs to write to the Event Viewer or other places. These could be written to a SQL database, a text file, or sent to emails. These alternate logging destinations will require additional coding by the end-user.
See Also |