Server logging

By default, Manticore search daemon will log all runtime events in a searchd.log file in the directory the searchd was started from. Normally in Linux you can find the log in /var/log/manticore/searchd.log.

The log file path/name can be overriden via setting log in section searchd of the configuration file.

searchd {
...
    log = /custom/path/to/searchd.log
...
}