mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-11-15 02:21:21 +01:00
Added logging
This commit is contained in:
parent
71ec14a609
commit
8a63570b70
@ -4,6 +4,10 @@ import discord
|
||||
import aiohttp
|
||||
import asyncio
|
||||
import sys
|
||||
import logging
|
||||
logging.basicConfig(filename='titanbot.log',level=logging.DEBUG,format='%(asctime)s %(message)s', datefmt='%m/%d/%Y %I:%M:%S %p')
|
||||
logging.getLogger('TitanBot')
|
||||
logging.getLogger('sqlalchemy')
|
||||
|
||||
class Titan(discord.Client):
|
||||
def __init__(self):
|
||||
|
Loading…
Reference in New Issue
Block a user