PHPackages                             runopencode/dm-log-file-manager-plugin - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. runopencode/dm-log-file-manager-plugin

AbandonedSymfony1-plugin

runopencode/dm-log-file-manager-plugin
======================================

dmLogFileManagerPlugin - manage log files of Diem Extended

15PHP

Since Dec 9Pushed 13y ago2 watchersCompare

[ Source](https://github.com/RunOpenCode/dmLogFileManagerPlugin)[ Packagist](https://packagist.org/packages/runopencode/dm-log-file-manager-plugin)[ RSS](/packages/runopencode-dm-log-file-manager-plugin/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

dmLogFileManagerPlugin for Diem Extended
========================================

[](#dmlogfilemanagerplugin-for-diem-extended)

Author: [TheCelavi](http://www.runopencode.com/about/thecelavi)Version: 1.0.0 Stability: Stable
Date: December 9th, 2012
Courtesy of [Run Open Code](http://www.runopencode.com)
License: [Free for all](http://www.runopencode.com/terms-and-conditions/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
-------------

[](#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
--------------

[](#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
----

[](#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 only
- `file=[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.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/410738?v=4)[Nikola Svitlica](/maintainers/TheCelavi)[@TheCelavi](https://github.com/TheCelavi)

---

Top Contributors

[![TheCelavi](https://avatars.githubusercontent.com/u/410738?v=4)](https://github.com/TheCelavi "TheCelavi (2 commits)")

### Embed Badge

![Health badge](/badges/runopencode-dm-log-file-manager-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/runopencode-dm-log-file-manager-plugin/health.svg)](https://phpackages.com/packages/runopencode-dm-log-file-manager-plugin)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
