Simple Log Viewer

설명

A simple plugin to log errors in real time in a metabox in the admin panel, too integrated with WP-CLI.

For the run command with WP-CLI is necessary to activate the plugin and install WP-CLI.

When running, paste the command wp slvpl logs-erros into the terminal, by default the number of lines is 1000 but you can control the number of lines through the --num_linhas parameter

For the example: wp slvpl logs-erros [--num_linhas=<num_linhas>] or
better in the example wp slvpl logs-erros --num_linhas=100.

스크린샷

  • View logs in metabox
  • Settings page for enable WP_DEBUG and clear logs

설치

  1. Upload \”simple-log-viewer.php\” to the \”/wp-content/plugins/\” directory.
  2. Activate the plugin through the \”Plugins\” menu in WordPress.
  3. Activate WP_DEBUG in wp-config.php

FAQ

Is the plugin free?

Yes, it always will be, we are open to the open source community.

How do I contribute to plugin improvements?

Send an email to pedro.emanuel.avl@gmail.com with subject contribute to Simple Log Viewer containing your github user in the subject, after acceptance create an issue, perform a fork, after adding the new feature make a pull request , for approval.

후기

2024년 5월 7일
Constantemente temos erros que precisamos ficar vasculhando, esse tipo de solução nos um ótimo suporte. Um ótimo avanço pra essa ferramenta seria conseguirmos mapear alguns tipos de erros e ser notificados, temos as vezes casos de sites que ficam dias fora do ar até alguém perceber e notificar, receber um email por exemplo desse tipo de erro poderia melhorar o suporte, ainda mais quando o site faz vendas.
2024년 4월 23일 답글 2개
Thanks for this plugin. I was looking for something simple just to deal with some error message. But without the need to install a plugin that has many features. Simple and direct. I hope for more plugins with a simpler approach. Thanks, nice work.
모든 2 평가 읽기

기여자 & 개발자

“Simple Log Viewer”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Simple Log Viewer”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

Path Version
1.0.4 – Add WP-CLI integration
1.0.3 – Bug fix: the option to activate WP_DEBUG was forcing activation even if the checkbox was unchecked
1.0.2 – Correction in the directory structure to save log directory for uploads
1.0.1 – internationalization and support WP_DEBUG enable in pannel settings
Version Beta
1.0.0 Pre release
Develop version
0.0.1 Initial release

Refactor code version
1.0.3.2 – Refactor code to improve performance and better maintenance
Security path version
1.0.3.1 – Fix security issue, permission public acess endpoint errors changed for proteged route