From be287bd17e5aa22b937dcfbc9b3d2b4a90ab87ef Mon Sep 17 00:00:00 2001 From: Leon Sandøy Date: Wed, 14 Mar 2018 21:21:02 +0100 Subject: Logging cogs (#32) * added logging to events and verification cogs * Added logging to the tags cog * Added logging to Fun, Logging, and Security cogs. * Added logging to Deployment cog. * Added logging to cog management cog * Added logging to clickup cog * Changed some logging levels across all cogs. Most of my log.infos should have been log.debugs. Thanks Joseph. * Added logging to the Bot cog. * Adding logging to the non-cog files. * Added the logging handler to Eval, but didn't add the actual Logging. I'll leave that to Martmist * A couple of minor bugfixes * Add "trace" logging level * Add logging for paginator * Add JSON logging for future datadog integration * Changed some loglevels to trace now that we have the trace method, and also fixed stuff pointed out by joseph in his review. * Completed testing for bot.py * Completed testing for clickup.py * Completed testing for cogs.py * Completed testing for deployment.py * Completed testing for fun.py * Finished logging for bot and tags.py, as well as __init__.py * Addressing all feedback in request for changes. --- scripts/vagrant_bootstrap.sh | 47 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) (limited to 'scripts/vagrant_bootstrap.sh') diff --git a/scripts/vagrant_bootstrap.sh b/scripts/vagrant_bootstrap.sh index a9819fa4f..61e2835f4 100644 --- a/scripts/vagrant_bootstrap.sh +++ b/scripts/vagrant_bootstrap.sh @@ -14,3 +14,50 @@ apt-get install -y python3.6-dev apt-get install -y build-essential curl -s https://bootstrap.pypa.io/get-pip.py | python3.6 - python3.6 -m pip install -r /vagrant/requirements.txt + +tee /root/.bashrc <