Better Logging
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 :-)
Release files for better-logging 0.1.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| better-logging-0.1.4.tar.gz | 939.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| better_logging-0.1.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 1.9 MB
Release files / better-logging-0.1.4.tar.gz
| Download URL | better-logging-0.1.4.tar.gz |
|---|---|
| Size | 939.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ec126a2ba0741d2b8dea3b96c761324e041388947309d1a8eeffe61063a2d79e
|
|
BLAKE2b-256 checksum How to use checksums |
b1e06a3d1c38f2e43ece48668a541a0ee0341c2faa24acd70813c13f94f2e1db
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.0.5 CPython/3.6.10 Linux/4.4.0-170-generic
|
Release files / better_logging-0.1.4-py3-none-any.whl
| Download URL | better_logging-0.1.4-py3-none-any.whl |
|---|---|
| Size | 945.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
393180a44c56b4721f0fb6f286b4f419cc85518cc90598ea765c26d1f5559f07
|
|
BLAKE2b-256 checksum How to use checksums |
aded8cbeca8e9408e1ebf304cdfbdece7c3d3a264ff1cc521e21ab28966efd2a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.0.5 CPython/3.6.10 Linux/4.4.0-170-generic
|