Doveps / mono

Code for Doveps projects
http://doveps.com
MIT License
0 stars 0 forks source link

03-28-2018: Adding Loggers #133

Closed JosiahRegencia closed 6 years ago

JosiahRegencia commented 6 years ago

Had no experience about loggers prior to this one. So I actually had to study it first. Used these as reference:

Created a demo just to show the output:

greenmoss commented 6 years ago

Added comment on line for making logging output easier to read:

https://github.com/Doveps/mono/commit/618eb84204c7a91004c5491ec7dbedffa43c98fe#comments

So normal db + code + test will look like:

  1. stop local postgres
  2. start docker-compose db
  3. run python run.py
  4. make code changes
  5. run tests
  6. repeat steps 3-5 as needed