Plugin / Gigaom Slog

Gigaom

Description

Description

A way to log occurances to an Amazon Simple DB (requires Gigaom Simple DB).

We originally created this to allow us to log errors in our code when we weren’t able to access the PHP error logs on the server and weren’t able to reproduce them locally. However, since then we’ve found it useful in a few other cases as well.

Here’s our short list (you may be able to think of more):

  1. When you need to log errors but don’t have admin access to the error logs on the server.
  2. When you need a cosolidated log between two different servers that are running related code.
    • In our case we had two servers talking to each other and needed a view into how that conversation was going in a consolidated fashion.
  3. When you have a rare error that you need to log but don’t want to dig through months of error log files.

Usage

  1. Set config info by filtering the go_config hook and returning an array of Amazon Simple DB credentials when the second filter attribute is go-slog.
    • array(
      'aws_access_key' => 'YOUR_KEY',
      'aws_secret_key' => 'YOUR_SECRET',
      'aws_sdb_domain' => 'YOUR_SDB_DOMAIN',
      );
    • The SDB Domain value is analagous to an SQL Table. It’s the space where your log items will be written to. If the SDB Domain doesn’t exist yet Gigaom Simple DB will create it for you.
    • See: Amazon Simple DB Getting Started Guide for more information on getting your Key and Secret values.
  2. Log items: apply_filters( 'go_slog', $code, $message, $data );
    • $code – Some error code string (e.g. warning, error, error-type-1, etc…)
    • $message – Some error message (e.g. Attempt to contact the endpoint failed.)
    • $data – An array of data that will be helpful in debugging (e.g. array( 'post_id' => 131, 'post_title' => 'Test Post' ))
      • Note: Amazon Simple DB values have a 1024 byte size limit.
      • Note: we currently have no method for doing an exponentional backoff as suggested by Amazon so too many attempts to write to the slog in a short amount of time can trigger ServiceUnavailable responses from Amazon SDB. In our experience this hasn’t been much of a problem but it’s on our to do list of things to improve.
  3. View Slog: /wp-admin/tools.php?page=go-slog-show
    • Slogs can be paged through with up to 1000 items at a time (SDB has a 1000 item query limit)
    • Slog items can also be exported to CSV.
    • If you need to clear out your Slog you can do that from the admin panel as well.

Contributing

This plugin is developed and available on GitHub. Contributions and questions are welcome!

Ratings

0
0 reviews

Rating breakdown

Details Information

Version

-

First Released

08 Apr, 2014

Total Downloads

433

Wordpress Version

3.6.1 or higher

Tested up to:

3.6.1

Require PHP Version:

-

Tags

Contributors

Languages

The plugin hasn't been transalated in any language other than English.

DIRECTORY DISCLAIMER

The information provided in this THEME/PLUGIN DIRECTORY is made available for information purposes only, and intended to serve as a resource to enable visitors to select a relevant theme or plugin. wpSocket gives no warranty of any kind, express or implied with regard to the information, including without limitation any warranty that the particular theme or plugin that you select is qualified on your situation.

The information in the individual theme or plugin displayed in the Directory is provided by the owners and contributors themselves. wpSocket gives no warranty as to the accuracy of the information and will not be liable to you for any loss or damage suffered by you as a consequence of your reliance on the information.

Links to respective sites are offered to assist in accessing additional information. The links may be outdated or broken. Connect to outside sites at your own risk. The Theme/Plugin Directory does not endorse the content or accuracy of any listing or external website.

While information is made available, no guarantee is given that the details provided are correct, complete or up-to-date.

wpSocket is not related to the theme or plugin, and also not responsible and expressly disclaims all liability for, damages of any kind, arising out of the use, reference to, or reliance on, any information or business listed throughout our site.

Keep Leading Your Followers!
Share it for them.