Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

alex7c4/python_logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python logger example for projects


Preparations for Ubuntu:

sudo apt-get update
sudo apt-get install python-pip python-dev build-essential
sudo pip install -U pip setuptools virtualenv
virtualenv --clear .venv && source .venv/bin/activate
pip install -U -r requirements.txt

To run script:

python start.py
python start.py --debug   OR   python start.py --D

About

Simple Python logger with yaml config

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages