switch from debug to info
This commit is contained in:
parent
cfb1b8449d
commit
66747982db
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ from disnake.ext.commands import Cog, group, guild_only
|
|||
from .utils import can_view, confirm, test_keyword
|
||||
|
||||
log = logging.getLogger("nomen.notifications")
|
||||
log.setLevel(logging.DEBUG)
|
||||
log.setLevel(logging.INFO)
|
||||
log_ = log
|
||||
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ from .notifications import KeywordError
|
|||
from .utils import confirm
|
||||
|
||||
log = logging.getLogger("nomen.settings")
|
||||
log.setLevel(logging.DEBUG)
|
||||
log.setLevel(logging.INFO)
|
||||
|
||||
DUSTY_DATA_LINE = re.compile(r"^(.+) – notified (\d+) times$")
|
||||
|
||||
|
|
Loading…
Reference in a new issue