Server Log

Devtools panel for aggregation of diagnostic logs from the server

O que é Server Log?

Server Log é uma extensão do Chrome desenvolvida por Rasmus Schultz, e sua principal característica é "Devtools panel for aggregation of diagnostic logs from the server".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Server Log

Baixe arquivos de extensão Server Log no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        This extension enables aggregation of server-side logs to a new "Server Log" panel in Devtools.

The header-format of the Chrome Logger extension (by Craig Campbell) is supported for backwards compatibility - this extension will work as a drop-in replacement for Chrome Logger, but improves the experience by clearly indicating the source of log-entries (from multiple async requests) and by separating the server-side from the client-side log (in the "Console" panel) into a dedicated "Server Log" panel.

Existing server-side libraries can progressively move from the X-ChromeLogger-Data header format to the new X-ServerLog-Location header, which avoids buffer overrun issues in Chrome, NGINX, Apache and probably others.

New server-side libraries can use plain HTML for diagnostic logs, which provides developers with complete freedom to format and present log-data in any way you wish.

If you fork or update an existing server-side library (or create your own!) please open an issue, and we'll list your library!                    

Informações Básicas da Extensão

Nome Server Log Server Log
ID lophlnbmepajcpfhafaciibembckdpih
URL Oficial https://chromewebstore.google.com/detail/server-log/lophlnbmepajcpfhafaciibembckdpih
Descrição Devtools panel for aggregation of diagnostic logs from the server
Tamanho do Arquivo 27.56 KB
Contagem de Instalações 157
Versão Atual 1.0.1
Última Atualização 2019-02-16
Data de Publicação 2019-02-12
Desenvolvedor Rasmus Schultz
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/kodus/server-log
URL da Página de Ajuda https://github.com/kodus/server-log/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Server Log",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Devtools panel for aggregation of diagnostic logs from the server",
    "devtools_page": "devtools.html",
    "permissions": [
        ""
    ],
    "browser_action": {
        "default_title": "Server Log",
        "default_popup": "about.html"
    }
}