Skip to content

Commit

Permalink
Disable setting app-wide log within utility code
Browse files Browse the repository at this point in the history
  • Loading branch information
trducng committed Apr 3, 2024
1 parent 6d05a7e commit 3b91214
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libs/kotaemon/kotaemon/loaders/utils/adobe.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@

from kotaemon.loaders.utils.gpt4v import generate_gpt4v

logging.basicConfig(level=os.environ.get("LOGLEVEL", "INFO"))


def request_adobe_service(file_path: str, output_path: str = "") -> str:
"""Main function to call the adobe service, and unzip the results.
Expand Down

0 comments on commit 3b91214

Please sign in to comment.