runopencode / dm-log-file-manager-plugin
dmLogFileManagerPlugin - manage log files of Diem Extended
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 0
Type:symfony1-plugin
Requires
- composer/installers: dev-master
- runopencode/dm-common-helpers-plugin: dev-master
This package is auto-updated.
Last update: 2022-02-01 12:22:40 UTC
README
Author: TheCelavi
Version: 1.0.0
Stability: Stable
Date: December 9th, 2012
Courtesy of Run Open Code
License: Free for all
dmLogFileManagerPlugin for Diem Extended is manager for log files in Diem Extended. It can be used for download of log files, as well as for cleaning their content.
Configuration
In dmLogFileManagerPlugin/config/dm/config.yml
are default configuration values.
default:
dmLogFileManagerPlugin:
extensions:
- log
locations:
Production:
- %SF_ROOT_DIR%/data/dm/log
Development:
- %SF_LOG_DIR%
extensions
configures possible extensions of log files. Default is .log
.
locations
defines the sections of log files, as well as directory where those
files can be found.
dmLogFileManagerPlugin will manage only files that are configured.
Administration
Go to System > Log > Files
and you will see the list of log files. Each
file can be:
- Downloaded
- Cleaned (emptied content)
In order to see list of log files and to download some or all of them, user
must have a see_log
permission associated.
In order to clean log file, user must have a log
permission associated.
Task
Logs can be cleaned via console, by using a task dm:log-file-cleaner
.
By default, all log files are being cleaned. However, you can provide additional parameters:
section=[name-of-the-section]
- cleans logs from provided section name onlyfile=[path-to-log-file]
- cleans given log file
Shortcuts for section
is s
and for file
is f
.
The task can be executed periodically, via cron.