An explanation of JRun log files
Related Categories: ColdFusion, JRun
One of the first things to learn when administrating CFMX is the location of the JRun log files -- typically cfroot\runtime\logs (Server config) or jrun_root\logs (Multiserver config). These locations are configurable in the jrun.xml and they contain two types of log files -- JRun event and JRun system logs. The JRun event logs record messages fired from JRun events. The default JRun events are info, warning, error, debug, and metrics. The base configuration records all entries to the jrun.server.name-event.log -- e.g. default-event.log or coldfusion-event.log. You can reconfigure JRun so that each event level is logged to a separate file. You can also configure the size and number of rotations for these log files.
The JRun system logs contain stderr (jrun.server.name-err.log) and stdout (jrun.server.name-out.log) messages. You cannot configure the file name format for these files.



There are no comments for this entry.
[Add Comment] [Subscribe to Comments]