Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A file appender can be configured for a destination to write events to disk. As shown previously, the appender entry takes a file attribute that specifies the file to write relative to the <runtime>/data/log directory (the default is fabric3.log). In addition, the file appender can be configured to roll based on size using the roll.type, max.backups and roll.size (in bytes) attributes:

...