xakki/fluent-log

Docker Fluent log configs

Maintainers

Package info

github.com/Xakki/FluentLog

Language:Lua

pkg:composer/xakki/fluent-log

Statistics

Installs: 7

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.1.1 2026-06-07 20:28 UTC

This package is auto-updated.

Last update: 2026-06-07 20:28:59 UTC


README

composer require xakki/fluent-log

Php Laravel log (Structured, depended by Monolog)

https://github.com/Xakki/LaraLog

Php custom log (Only the dependency on the PSR library)

https://github.com/Xakki/PHPErrorCatcher

Config

Makefile

HOST_NAME ?= $(shell hostname)
# First external IP
HOST_IP  ?= $(shell hostname -I 2>/dev/null | awk '{print $$1}' || echo unknown)