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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add ability to switch log levels

sherlockwisdom opened this issue · comments

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