Skip to main content

Masonite Log Viewer

Project description

Browserlog

Log Viewer for Masonite Framework

Table of Contents

Preview

Installation

# Using pip
$ pip install browserlog

# Using Pipenv
$ pipenv install browserlog

# Using Poetry
$ poetry add browserlog

Add BrowserlogProvider to your providers list in config/providers.py:

from browserlog.providers import BrowserlogProvider

PROVIDERS = [

    # Third Party Providers
    BrowserlogProvider,
]

This will add a new browserlog:install command to craft. Then run in your terminal:

craft browserlog:install

Go to http://myapp/logs.

Support

Browserlog appreciates help from a wide range of different backgrounds. Small improvements or fixes are always appreciated and issues labeled as easy may be a good starting point. If you are considering larger contributions outside the traditional coding work, please contact us through hellomasonite@gmail.com .

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page