项目作者: apicart

项目描述 :
📂 A simple tool for viewing logs. Because sometime that's all you need.
高级语言: PHP
项目地址: git://github.com/apicart/logs-viewer.git
创建时间: 2019-01-16T22:05:20Z
项目社区:https://github.com/apicart/logs-viewer

开源协议:MIT License

下载



Logs Viewer











A simple tool for viewing logs. Because sometime that’s all you need.

Installation

If you use Docker, you can use the the docker image.

  1. Create Logs Viewer project
    1. composer create-project apicart/logs-viewer logs-viewer
  2. Direct your logs into the logs viewer logs-viewer/var/external-logs directory.
  3. Run php -S [::]:80 -t logs-viewer/public
  4. The Logs Viewer should be now accessible from http://localhost

Preview