Skip to content

Add JsonLogger which supports child loggers #14

Add JsonLogger which supports child loggers

Add JsonLogger which supports child loggers #14

Workflow file for this run

name: PR Branch Build and Test
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: Build and Test
run: |
pip install virtualenv
make test package