What is Peach
Installing
Tutorials
Methodology
Introduction
FAQ
Peach 3
Peach Pits
 General Conf
 Data Modeling
 State Modeling
 Agents
  Monitors
 Test
  Publishers
  Loggers
Running
Minset
Peach 2.3

License

Peach Loggers

Peach has an extensible logging system that allows users to store logs just about however they want (if you are willing to write a Peach Extension :) ) By default Peach ships with a single file system logger.

logger.Filesystem

The file system logger will log to a specified path. A folder is created containing the run name and time stamp. Inside of this folder are the actual logs. Until a fault is detected very little information is logged to conserve disk space.

<Logger class="File">
    <Param name="Path" value="logfolder" />
</Logger>

Parameters:

  • Path — The relative or absolute path to create log files