Server Log

Devtools panel for aggregation of diagnostic logs from the server

Server Log란 무엇입니까?

Server Log은(는) Rasmus Schultz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Devtools panel for aggregation of diagnostic logs from the server"입니다.

확장 프로그램 스크린샷

screenshot

Server Log 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Server Log Server Log
ID lophlnbmepajcpfhafaciibembckdpih
공식 URL https://chromewebstore.google.com/detail/server-log/lophlnbmepajcpfhafaciibembckdpih
설명 Devtools panel for aggregation of diagnostic logs from the server
파일 크기 27.56 KB
설치 횟수 157
현재 버전 1.0.1
최근 업데이트 2019-02-16
출시 날짜 2019-02-12
개발자 Rasmus Schultz
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/kodus/server-log
도움말 페이지 URL https://github.com/kodus/server-log/issues
지원되는 언어 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"
    }
}