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

BP-841 - remove deprecation warnings from container logs #108

Open
wants to merge 18 commits into
base: releases/2.4.2
Choose a base branch
from

Conversation

erezz-mov-ai
Copy link
Contributor

@erezz-mov-ai erezz-mov-ai commented Apr 13, 2023

BP-841 - remove deprecation warnings from container logs

@erezz-mov-ai erezz-mov-ai added the bug Something isn't working label Apr 13, 2023
@erezz-mov-ai erezz-mov-ai self-assigned this Apr 13, 2023
@engdorm

This comment was marked as outdated.

@sonarcloud
Copy link

sonarcloud bot commented Apr 17, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell D 9 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@erezz-mov-ai erezz-mov-ai marked this pull request as draft April 23, 2023 11:31
@AlexFernandes-MOVAI AlexFernandes-MOVAI changed the base branch from dev to releases/2.4.2 May 17, 2024 11:28
@@ -28,6 +29,9 @@
HTTP_HOST = os.getenv("HTTP_HOST", "0.0.0.0")
HTTP_PORT = int(os.getenv("HTTP_PORT", "5004"))

warnings.simplefilter("ignore", category=DeprecationWarning)
Copy link
Contributor

Choose a reason for hiding this comment

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

@duartecoelhomovai maybe adding a if LOG_LEVEL != DEBUG ?

@AlexFernandes-MOVAI AlexFernandes-MOVAI requested review from a team and removed request for Mograbi and engdorm May 17, 2024 11:31
@AlexFernandes-MOVAI AlexFernandes-MOVAI marked this pull request as ready for review May 17, 2024 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants