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.0.0(9y ago)0622MITPHP

Since Sep 21Pushed 2y 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 4w ago

READMEChangelogDependencies (1)Versions (4)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

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

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

Unknown

Total

1

Last Release

3569d 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 (3 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.2B10.9k](/packages/psr-log)[open-telemetry/api

API for OpenTelemetry PHP.

1938.5M263](/packages/open-telemetry-api)[open-telemetry/sdk

SDK for OpenTelemetry PHP.

2326.5M317](/packages/open-telemetry-sdk)[illuminated/console-logger

Logging and Notifications for Laravel Console Commands.

8676.7k](/packages/illuminated-console-logger)

PHPackages © 2026

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