Not a developer? Go to MovableType.com

Documentation

LoggerModule

This is documentation about a configuration directive, which can be placed within Movable Type’s core configuration file, mt-config.cgi, to customize the behavior of the system.

This configuration directive was added in version 6.3.2.

Define a logger module. By default Log4perl and Minimal are available. Also, if you have custom logger module that is added by a plugin, you can specify module name like: Your::Plugin::Log

Allowed Values

  • Log4perl
  • Minimal

Default

Log4perl

Examples

LoggerModule Minimal

or

LoggerModule YouPlugins::ModuleName

Back