myphps/log_server

1.5.4 2023-05-09 02:22 UTC

This package is auto-updated.

Last update: 2025-07-10 02:02:27 UTC


README

##使用

composer create-project  myphps/log_server ./log_server dev-master
复制client.conf.example.php 为 client.conf.php,并修改配置
cp client.conf.example.php client.conf.php

./Client.php 启动

可开启sqlite支持方便接口统计 需要pdo-sqlite支持

TODO

远程操作自更新(self-update)、重载(reload)、重启(restart)
Server可做为中继节点(处理数据)转发数据到另一节点
数据采集处理 当日志目录磁盘不足时更换目录时 可设置配置读取多个日志目录方便查询