diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b80abb119..b891c11f2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,7 +22,7 @@ Your input is vital to making sure that Danswer moves in the right direction. Before starting on implementation, please raise a GitHub issue. And always feel free to message us (Chris Weaver / Yuhong Sun) on -[Slack](https://join.slack.com/t/danswer/shared_invite/zt-1u3h3ke3b-VGh1idW19R8oiNRiKBYv2w) / +[Slack](https://join.slack.com/t/danswer/shared_invite/zt-2afut44lv-Rw3kSWu6_OmdAXRpCv80DQ) / [Discord](https://discord.gg/TDJ59cGV2X) directly about anything at all. @@ -40,7 +40,7 @@ Our goal is to make contributing as easy as possible. If you run into any issues That way we can help future contributors and users can avoid the same issue. We also have support channels and generally interesting discussions on our -[Slack](https://join.slack.com/t/danswer/shared_invite/zt-1u3h3ke3b-VGh1idW19R8oiNRiKBYv2w) +[Slack](https://join.slack.com/t/danswer/shared_invite/zt-2afut44lv-Rw3kSWu6_OmdAXRpCv80DQ) and [Discord](https://discord.gg/TDJ59cGV2X). diff --git a/README.md b/README.md index 4ab409719..b1295d5c5 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Documentation - + Slack diff --git a/backend/supervisord.conf b/backend/supervisord.conf index 7ab8b0bb2..1547cd403 100644 --- a/backend/supervisord.conf +++ b/backend/supervisord.conf @@ -56,6 +56,6 @@ startsecs=60 [program:log-redirect-handler] command=tail -qF /var/log/update.log /var/log/celery_worker.log /var/log/celery_worker_supervisor.log /var/log/celery_beat.log /var/log/celery_beat_supervisor.log /var/log/slack_bot_listener.log stdout_logfile=/dev/stdout -stdout_logfile_maxbytes=0 +stdout_logfile_maxbytes=52428800 redirect_stderr=true autorestart=true