Skip to main content

Simple UI for Logback Postgres DBAppender

Project description

Better Logging

License: MIT Build Status Wheel Support Wheel Support PyPI version

Simple UI for Logback Postgres DBAppender

Generate test events

cd _etc

python generate-events.py 100000
docker-compose up -d;

echo "COPY logging_event FROM PROGRAM 'zcat /data/logging_event.csv.gz' CSV;" | psql "postgres://root:root@127.0.0.1:5432/root"
echo "COPY logging_event_property FROM PROGRAM 'zcat /data/logging_event_property.csv.gz' CSV;" | psql "postgres://root:root@127.0.0.1:5432/root"

Run Backend

cd backend

pip3 install poetry
poetry install

export CONFIG_PATH=../_etc/sample-config.py
poetry run python src/better_logging/main.py

Run Frontend

cd frontend

npm install
npm run serve

About

Better Logging is open source project, released by MIT license.

Look, feel, be happy :-)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

better-logging-0.1.4.tar.gz (939.3 kB view hashes)

Uploaded Source

Built Distribution

better_logging-0.1.4-py3-none-any.whl (945.1 kB view hashes)

Uploaded Python 3

Supported by

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