Skip to content

Commit

Permalink
logger
Browse files Browse the repository at this point in the history
  • Loading branch information
joofio committed Oct 2, 2024
1 parent 548c7b9 commit ac241ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mainv2.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@

BASE_URL = os.getenv("BASE_URL", "https://gravitate-health.lst.tfo.upm.es/")
# print(GRAPHITE_HOST, GRAPHITE_PORT)
logger.debug(GRAPHITE_HOST, GRAPHITE_PORT)
logger.debug(
f"BASEURL is {BASE_URL} and HOST IS {GRAPHITE_HOST} and port is {GRAPHITE_PORT}"
)

LENSES = [
"lens-selector-mvp2_HIV",
Expand Down

0 comments on commit ac241ba

Please sign in to comment.