ProgrammingPhilippines / progphil-bot

Programming Philippines Discord Bot
MIT License
23 stars 6 forks source link

Logger fix #232

Closed ghost closed 3 months ago

ghost commented 6 months ago

Description

Added a logging utility that uses the python standard library underneath. Implemented the usage of a configuration file named "logger.yml" that will be read on the project root. If the configuration file is not present, the utility will still proceed by using default configurations. The logging utility also integrates with the discord api and sends out logs to a text channel if it is present in "config.yml".

Fixes # (211)

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Checklist: