Skip to content

Commit

Permalink
Add redis import to diameter
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkneipp committed Jan 15, 2024
1 parent edeca3a commit eff246b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ logging:
geored_logging_file: /var/log/pyhss_geored.log
metric_logging_file: /var/log/pyhss_metrics.log
log_to_terminal: True
sqlalchemy_sql_echo: True
sqlalchemy_sql_echo: False
sqlalchemy_pool_recycle: 15
sqlalchemy_pool_size: 30
sqlalchemy_max_overflow: 0
Expand Down
1 change: 1 addition & 0 deletions lib/diameter.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import jinja2
from database import Database
from messaging import RedisMessaging
from redis import Redis
import yaml
import json
import time
Expand Down

0 comments on commit eff246b

Please sign in to comment.