<?xml version="1.0" encoding="UTF-8"?>
<logdriver name="text" enabled="always" label="CONF_MESSAGE[Text logger]" description="CONF_MESSAGE[Stores the logs as readable tab delimited text.]" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
    <class_definition filename="plugins/log.text/TextLogDriver.php" classname="Pydio\Log\Implementation\TextLogDriver"/>
    <client_settings>
        <resources>
            <i18n namespace="text_logger" path="plugins/log.text/i18n"/>
        </resources>
    </client_settings>
    <server_settings>
        <param name="LOG_PATH" type="string" label="CONF_MESSAGE[Log Folder]" description="CONF_MESSAGE[The path to where the logs are kept.]" mandatory="true" default="AJXP_INSTALL_PATH/data/logs"/>
        <param name="LOG_FILE_NAME" type="string" label="CONF_MESSAGE[Files Name Pattern]" description="CONF_MESSAGE[The name of the log file]" mandatory="true" default="log_date('m-d-y').txt"/>
        <param name="LOG_CHMOD" type="integer" label="CONF_MESSAGE[Files Permissions]" description="CONF_MESSAGE[]" default="0770" mandatory="true"/>
    </server_settings>
</logdriver>
