PHPackages                             ride/app-filtered-log - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. ride/app-filtered-log

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

ride/app-filtered-log
=====================

Adds filtered log support

1.1.2(1mo ago)0624MITPHP

Since Sep 21Pushed 1mo ago8 watchersCompare

[ Source](https://github.com/all-ride/ride-app-filtered-log)[ Packagist](https://packagist.org/packages/ride/app-filtered-log)[ RSS](/packages/ride-app-filtered-log/feed)WikiDiscussions develop Synced 6d ago

READMEChangelogDependencies (2)Versions (6)Used By (0)

ride-app-filtered-log
=====================

[](#ride-app-filtered-log)

This modules allows you to create a filtered log from your properties.

Options
-------

[](#options)

You can specify some options in parameters.json, which will alter the behaviour of the log.

### log.filtered.file

[](#logfilteredfile)

This parameter defaults to `%application%/data/log/%environment%.filtered.log`.

### log.levels

[](#loglevels)

This parameter takes an array of log levels.

Available levels are:

- "E" for error
- "I" for information
- "W" for warning
- "D" for debug

Example:

```
// parameters.json
{
    // ...

    "log.levels" : ["E", "I", "D", "W"]
}
```

### log.fields

[](#logfields)

This parameter takes an array of fields which can be showed in your log messages. This order of the fields will determine the order in which they appear in log messages.

Available fields are:

- "id" -"date" -"client" -"duration" -"source" -"memory" -"level" -"title" -"description"

Example:

```
// parameters.json
{
    // ...

    "log.fields" : ["duration", "source", "title", "description"]
}
```

### log.sources

[](#logsources)

This parameter takes an array of sources. Examples are "app" or "database".

Example:

```
// parameters.json
{
    // ...

    "log.sources" : ["app", "controller"]
}
```

### log.separator

[](#logseparator)

A separator can be specified to override the default column separator. This parameter requires a string value.

Example:

```
// parameters.json
{
    // ...

    "log.separator" : "::"
}
```

### log.colors

[](#logcolors)

By enabling this option, the log will be colored. This parameter requires a boolean value.

Example:

```
// parameters.json
{
    // ...

    "log.colors" : true
}
```

### log.file

[](#logfile)

Specify a different log file by providing a path.

Example:

```
// parameters.json
{
    // ...

    "log.file": "/sites/ridme/htdocs/debug.log",
}
```

Todo
----

[](#todo)

- Field specific colors.
- Add a cli command to start logging with an optional specified config.

###  Health Score

48

—

FairBetter than 94% of packages

Maintenance90

Actively maintained with recent releases

Popularity13

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 83.3% 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.

###  Release Activity

Cadence

Every ~3569 days

Total

2

Last Release

45d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6d98d3f0d5db5eb241c6ee74bcee87d1e7dc1aaf7942b933d68e612ee2352eea?d=identicon)[ride-user](/maintainers/ride-user)

---

Top Contributors

[![brendt](https://avatars.githubusercontent.com/u/6905297?v=4)](https://github.com/brendt "brendt (20 commits)")[![kristofser](https://avatars.githubusercontent.com/u/5928907?v=4)](https://github.com/kristofser "kristofser (4 commits)")

### Embed Badge

![Health badge](/badges/ride-app-filtered-log/health.svg)

```
[![Health](https://phpackages.com/badges/ride-app-filtered-log/health.svg)](https://phpackages.com/packages/ride-app-filtered-log)
```

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B12.7k](/packages/psr-log)[open-telemetry/api

API for OpenTelemetry PHP.

2044.7M345](/packages/open-telemetry-api)[open-telemetry/sdk

SDK for OpenTelemetry PHP.

2430.8M427](/packages/open-telemetry-sdk)

PHPackages © 2026

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