Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate logs bot functionality #29

Merged
merged 3 commits into from
Aug 28, 2024
Merged

Integrate logs bot functionality #29

merged 3 commits into from
Aug 28, 2024

Conversation

raccube
Copy link
Member

@raccube raccube commented Aug 15, 2024

No description provided.

@raccube raccube requested a review from WillB97 August 15, 2024 08:22
@raccube raccube force-pushed the kjk/team-management branch 4 times, most recently from 76ef232 to 5faac33 Compare August 17, 2024 09:14
Comment on lines +36 to +42
DISCORD_TESTING = bool(os.getenv('DISCORD_TESTING'))
# Just post all messages to calling channel, allow DMs
DISCORD_DEBUG = bool(os.getenv('DISCORD_DEBUG'))
if DISCORD_TESTING or DISCORD_DEBUG:
# print all debug messages
logger.setLevel(logging.DEBUG)
handler.setLevel(logging.DEBUG)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thought, would it be worth removing these and making the debug mode settable with an argument on the command

@raccube raccube force-pushed the kjk/team-management branch from 78344cc to e585d6d Compare August 21, 2024 20:27
Base automatically changed from kjk/team-management to main August 28, 2024 18:44
@raccube raccube merged commit 485afa7 into main Aug 28, 2024
3 checks passed
@raccube raccube deleted the kjk/logs branch August 28, 2024 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants