Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
change to hangups source to das7pads fork
Browse files Browse the repository at this point in the history
this allows version lock
faster merges for own pull requests

the mentioned issue 142 is fixed in das7pad/hangups@8a19af0
  • Loading branch information
das7pad committed Jun 16, 2017
1 parent 0a7d6c5 commit 5258c1d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 8 additions & 5 deletions hangupsbot/hangupsbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -798,15 +798,18 @@ def configure_logging(args):
# requests is freakishly noisy
"requests": {"level": "INFO"},

# XXX: suppress erroneous WARNINGs until resolution of
# https://github.com/tdryer/hangups/issues/142
"hangups": {"level": "ERROR"},
"hangups": {"level": "WARNING"},

# ignore the addition of fallback users
"hangups.user": {"level": "ERROR"},

# do not log disconnects twice, we already attach a logger to
# ._client.on_disconnect
"hangups.channel": {"level": "ERROR"},

# asyncio's debugging logs are VERY noisy, so adjust the log level
"asyncio": {"level": "WARNING"},

# hangups log is verbose too, suppress so we can debug the bot
"hangups.conversation": {"level": "ERROR"}
}
}

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BOT DEPENDENCIES #

git+https://github.com/tdryer/hangups.git
git+https://github.com/das7pad/hangups.git
appdirs
asyncio
aiohttp>=1.3,<2
Expand Down

0 comments on commit 5258c1d

Please sign in to comment.