https://github.com/chassis/wonolog
A Chassis extension to install and configure https://github.com/inpsyde/Wonolog
https://github.com/chassis/wonolog
Last synced: 8 months ago
JSON representation
A Chassis extension to install and configure https://github.com/inpsyde/Wonolog
- Host: GitHub
- URL: https://github.com/chassis/wonolog
- Owner: Chassis
- Created: 2018-10-20T01:44:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-15T05:38:48.000Z (over 6 years ago)
- Last Synced: 2025-01-04T19:28:00.914Z (over 1 year ago)
- Language: Puppet
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wonolog
A Chassis extension to install and configure
[Wonolog](https://github.com/inpsyde/Wonolog) on your server.
**Note: This extension goes against Chassis's normal workflow as it creates files and folders**
## Usage
1. Clone this extension into your extensions directory e.g. `git clone https://github.com/Chassis/Wonolog.git extensions/wonolog`.
2. Run `vagrant provision`. This extension will create `mu-plugins/wonolog`, install it using Composer and then create `mu-plugins/wonolog.php` to load it into WordPress.
3. Make sure you have `define( 'WP_DEBUG_LOG', true );` set in `local-config.php` so that Wonolog will run.
4. Any logging from Wonolog will be added in `{WP_CONTENT_DIR}/wonolog/{Y/m/d}.log`