smswithoutborders / SMSWithoutBorders-Publisher

Publisher is the middle-ware that sits between the Gateway Server and the SMSWithoutBorder backend. It does the handshake between the necessary parties and performs the request to decrypt the encrypted stored tokens. This is followed by it using those tokens to make a request on the users behalf to the required platform
GNU General Public License v3.0
11 stars 3 forks source link

Add ability to switch log levels #8

Open sherlockwisdom opened 1 year ago

sherlockwisdom commented 1 year ago

Currently due to the RabbitMQ connections, there logs being generated are extremely verbose. The second cause for this is the logs producing logs for down to debug mode. Users should be able to switch this using LOG_LEVELS [DEBUG, WARNING, INFO, ERROR] passed as ENV variables