I never remember how to do basic config
Project description
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file setup_logging_for_me-0.1.0.tar.gz
.
File metadata
- Download URL: setup_logging_for_me-0.1.0.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6889cbbf08913d780bdc13b58c8a45c167b3f78a1f132437731678f93d3bb21c |
|
MD5 | 32e07be802f3f63d219a71a2737f999d |
|
BLAKE2b-256 | cebaefcbcf3e209369f135c066cf483c0329357ad81d788c446fa316fa3365b3 |
File details
Details for the file setup_logging_for_me-0.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: setup_logging_for_me-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 271453b4d68dee3254c93bbd879d6f3bb7bef4fe5152a9177e089841609aa7d5 |
|
MD5 | 5a04f5bbf68c7a460e0c3df46846712f |
|
BLAKE2b-256 | 20802b61b739cfb605fa85815c7a59d2e31c2b130e0bd6256a013bf536ae0bd6 |