setup logging for me
I never remember how to do python logging basic config. Do you?
Free software: ISC license
Features
Need to view your logs on the console? Just do:
import setup_logging_for_me
...
setup_logging_for_me.basicConfig()
Which does nothing more than calling to:
logging.basicConfig(level=logging.INFO,
format="%(name)s %(levelname)s %(asctime)s - %(message)s)
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
History
0.1.0 (2016-1-22)
First release on PyPI.
Release files for setup_logging_for_me 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| setup_logging_for_me-0.1.0.tar.gz | 4.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| setup_logging_for_me-0.1.0-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 7.6 kB
Release files / setup_logging_for_me-0.1.0.tar.gz
| Download URL | setup_logging_for_me-0.1.0.tar.gz |
|---|---|
| Size | 4.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6889cbbf08913d780bdc13b58c8a45c167b3f78a1f132437731678f93d3bb21c
|
|
BLAKE2b-256 checksum How to use checksums |
cebaefcbcf3e209369f135c066cf483c0329357ad81d788c446fa316fa3365b3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / setup_logging_for_me-0.1.0-py2.py3-none-any.whl
| Download URL | setup_logging_for_me-0.1.0-py2.py3-none-any.whl |
|---|---|
| Size | 3.5 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
271453b4d68dee3254c93bbd879d6f3bb7bef4fe5152a9177e089841609aa7d5
|
|
BLAKE2b-256 checksum How to use checksums |
20802b61b739cfb605fa85815c7a59d2e31c2b130e0bd6256a013bf536ae0bd6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |