Αυτό το πρόσθετο δεν έχει δοκιμασθεί με τις 3 τελευταίες κύριες εκδόσεις του WordPress. Μπορεί να μην αναπτύσσεται ή να υποστηρίζεται άλλο και να έχει προβλήματα συμβατότητας με τις πιο πρόσφατες εκδόσεις του WordPress.

Logging with Papertrail

Περιγραφή

Do you want to use Papertrail for better monitoring your websites? This plugin will enable you to send php-errors to Papertrail even if you do not have the knowledge, time or access to install the proper Papertrail hooks. You only need to install the plugin and enter your Papertrail information. The plugin will automatically send all the php errors and exceptions happening within WordPress to papertrail.

Notes

  • A Papertrail account is needed, which is free for most use cases.
  • Using this plugin will bypas the standard PHP error handler and php exception handler within the script execution of WordPress. When the exception is posted to papertrail the exceptions are retrown.

Resources

Papertrail Logging API
Troy’s send_remote_syslog.php
Php’s error handler
Plugin Handbook
Exception handling
PHP code coverage
Creating admin option pages
WordPress readme.txt

Στιγμιότυπα

  • Admin settings page (running with WordPress 4.8 here)

Εγκατάσταση

  1. Put the plugin in the plugins folder (/wp-content/plugins/)
  2. Activate plugin on the plugin page
  3. Enter your Papertrail information in the settings pages under the settings menu
  4. The system option allows you to change the system name within papertrail
  5. The program option allows you to differentiate within papertrail between diffent programs on one machine with the same name
  6. Choose between udp or tcp for your communication, use udp by default fallback to tcp if udp is not allowed on your environment

Συχνές Ερωτήσεις

Installation Instructions
  1. Put the plugin in the plugins folder (/wp-content/plugins/)
  2. Activate plugin on the plugin page
  3. Enter your Papertrail information in the settings pages under the settings menu
  4. The system option allows you to change the system name within papertrail
  5. The program option allows you to differentiate within papertrail between diffent programs on one machine with the same name
  6. Choose between udp or tcp for your communication, use udp by default fallback to tcp if udp is not allowed on your environment

Κριτικές

Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.

Συνεισφέροντες & Προγραμματιστές

“Logging with Papertrail” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.

Συντελεστές

Σύνοψη αλλαγών

1.0.0

  • Added: First release
  • Added: Post errors to papertail
  • Added: Post exceptions to papertrail
  • Added: Admin settings page for saving papertrail information
  • Added: Support custom system and program
  • Added: Support udp and tcp(unenctrypted)
  • Added: simple test settings on the admin page