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

[Code Enchancement] Support for ovos config #65

Merged
merged 12 commits into from
Sep 3, 2023

Conversation

NeonKirill
Copy link
Collaborator

No description provided.

@NeonKirill
Copy link
Collaborator Author

@NeonDaniel please review it, but overall I think I will have to split up pyklatchat modules, so it will be easier to manage

chat_server/server_utils/auth.py Outdated Show resolved Hide resolved
chat_server/sio.py Outdated Show resolved Hide resolved
docker_overlay/etc/neon/chat_server.yml Outdated Show resolved Hide resolved
docker_overlay/etc/neon/chat_server.yml Outdated Show resolved Hide resolved
docker_overlay/etc/neon/chat_server.yml Outdated Show resolved Hide resolved
services/klatchat_observer/config.py Outdated Show resolved Hide resolved
@@ -0,0 +1,7 @@
import importlib
import logging

Copy link
Member

Choose a reason for hiding this comment

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

Any reason this isn't just from ovos_utils.log import LOG? That also handles the log overrides from config so the combo_lock patching shouldn't be necessary (just addded to default config)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Any reason this isn't just from ovos_utils.log import LOG? That also handles the log overrides from config so the combo_lock patching shouldn't be necessary (just addded to default config)

I see that in config we only set certain level of those, while I want to disable it completely...

Copy link
Member

Choose a reason for hiding this comment

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

I think errors or at least exceptions should be shown to debug failures

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I think errors or at least exceptions should be shown to debug failures

Okay, I think I will leave it as is for now, and focus on implementing the features Elon and Richard are asking me for, and will get back to that later

@NeonDaniel
Copy link
Member

I see the automation is failing

An image does not exist locally with the tag: ghcr.io/neongeckocom/pyklatchat_base

@@ -0,0 +1,7 @@
import importlib
import logging

Copy link
Member

Choose a reason for hiding this comment

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

I think errors or at least exceptions should be shown to debug failures

@NeonKirill NeonKirill merged commit cbc8c1f into dev Sep 3, 2023
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.

3 participants