Merge branch 'develop' into local

This commit is contained in:
zhouchengrong
2024-04-15 16:34:29 +08:00
4 changed files with 6 additions and 5303 deletions

View File

@@ -56,8 +56,6 @@ REDIS_PORT = "6379"
REDIS_DB = "2"
MINIO_SECURE = True
LOGS_PATH = "app/logs/errors.log"
# LOGS_PATH = "logs/errors.log"
SR_MODEL_NAME = "super_resolution"
SR_TRITON_URL = "10.1.1.240:10031"
@@ -70,5 +68,10 @@ RABBITMQ_PARAMS = {
"credentials": pika.credentials.PlainCredentials(username='rabbit', password='123456'),
"virtual_host": "/"
}
RABBITMQ_QUEUES = os.getenv("RABBITMQ_QUEUES", "SuperResolution-dev")
RABBITMQ_QUEUES = os.getenv("RABBITMQ_QUEUES", "SuperResolution-local")
DEBUG = True
if DEBUG:
LOGS_PATH = "logs/errors.log"
else:
LOGS_PATH = "app/logs/errors.log"

View File

@@ -1 +0,0 @@
2024-03-12 13:03:10,034 main.py [line:43] INFO test ok

File diff suppressed because it is too large Load Diff

View File

@@ -1 +0,0 @@
2024-03-12 13:03:10,034 main.py [line:43] INFO test ok