2017 © Pedro Peláez
 

library logserver

A log server accepting http requests on udp to log async to configured locations over network.

image

appserver-io/logserver

A log server accepting http requests on udp to log async to configured locations over network.

  • Thursday, April 30, 2015
  • by zelgerj
  • Repository
  • 3 Watchers
  • 0 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

logserver

Introduction

A log server accepting http requests on udp to log async to configured locations over network., (*1)

We use this in the appserver.io project as a server component for internal logging., (*2)

Issues

In order to bundle our efforts we would like to collect all issues regarding this package in the main project repository's issue tracker. Please reference the originating repository as the first element of the issue title e.g.: [appserver-io/<ORIGINATING_REPO>] A issue I am having, (*3)

Installation

If you want to use the log server with your application you can install it by adding, (*4)

{
    "require": {
        "appserver-io/logserver": "dev-master"
    },
}

to your composer.json and invoke composer update in your project., (*5)

Usage

If you can satisfy the requirements it is very simple to use the logserver. Just do this:, (*6)

git clone https://github.com/appserver-io/logserver
cd logserver
composer install
PHP_BIN=/path/to/your/threadsafe/php-binary src/bin/logserver

If you're using appserver.io the startup will be:, (*7)

PHP_BIN=/opt/appserver/bin/php src/bin/logserver

Now the server is listening on 0.0.0.0:9514., (*8)

You can send normal http request into the log server in a specific way which is not clear yet., (*9)

More documentation on how requests should look like and how to configure the locations is comming soon..., (*10)

External Links

The Versions

30/04 2015

dev-master

9999999-dev https://github.com/appserver-io/logserver

A log server accepting http requests on udp to log async to configured locations over network.

  Sources   Download

OSL-3.0

The Requires

 

The Development Requires

logger log php logging server remote logs log-server

03/11 2014

0.1.1

0.1.1.0 https://github.com/appserver-io/logserver

A log server accepting http requests on udp to log async to configured locations over network.

  Sources   Download

OSL-3.0

The Requires

 

The Development Requires

logger log php logging server remote logs log-server

31/10 2014

0.1.0

0.1.0.0 https://github.com/appserver-io/logserver

A log server accepting http requests on udp to log async to configured locations over network.

  Sources   Download

OSL-3.0

The Requires

 

The Development Requires

logger log php logging server remote logs log-server