Get rid of logging for now

pull/8/head
sgoudham 4 years ago
parent 3b8d8f6bbf
commit a4b25d7ce5

@ -14,7 +14,6 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>. # along with this program. If not, see <https://www.gnu.org/licenses/>.
import datetime import datetime
import logging
import os import os
import random import random
@ -28,12 +27,6 @@ from discord.ext.commands import when_mentioned_or
from bot.libs.cache import MyCoolCache from bot.libs.cache import MyCoolCache
logger = logging.getLogger('discord')
logger.setLevel(logging.DEBUG)
handler = logging.FileHandler(filename='discord.log', encoding='utf-8', mode='w')
handler.setFormatter(logging.Formatter('%(asctime)s:%(levelname)s:%(name)s: %(message)s'))
logger.addHandler(handler)
counter = 0 counter = 0
# Get DB information from .env # Get DB information from .env

Loading…
Cancel
Save