Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theduke/gelf
Mirror of drupal.org/project/gelf
https://github.com/theduke/gelf
Last synced: about 1 month ago
JSON representation
Mirror of drupal.org/project/gelf
- Host: GitHub
- URL: https://github.com/theduke/gelf
- Owner: theduke
- Created: 2012-09-07T14:47:26.000Z (over 12 years ago)
- Default Branch: 7.x-1.x
- Last Pushed: 2012-09-07T14:48:28.000Z (over 12 years ago)
- Last Synced: 2024-10-14T17:21:38.837Z (2 months ago)
- Language: PHP
- Size: 97.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The GELF module requires the GELF PHP library.
To install, use one of the following methods:
1. Checkout the GELF PHP library from github like so:
# From your site's docroot.
git clone https://github.com/Graylog2/gelf-php.git sites/all/libraries/gelf-php2. Install via Drush
# From your site's docroot.
drush gelf-download3. Install the module via composer, or in your own composer.json:
{
"require":{
"graylog2/gelf-php": "dev-master"
}
}Older versions of the GELF PHP library contained the file 'gelf.php'.
Newer versions have split that out into GELFMessage.php and
GELFMessagePublisher.php. If your instance of gelf-php doesn't have
those two newer files, you probably need to do a 'git pull' in the
gelf-php directory to get the latest version.