Skip to content

Commit

Permalink
ACTIVATE_TELLIOT_LOG_FILE - default only log file
Browse files Browse the repository at this point in the history
  • Loading branch information
dsm-ll committed Jun 25, 2024
1 parent 146d9c9 commit 9bed4c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/fetch_disputables/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,10 @@ def get_reporters_balance_threshold(reporters: list[str], env_variable_name: str
slack = None


if os.getenv('ACTIVATE_TELLIOT_LOG_FILE') is None:
logger.info('ACTIVATE_TELLIOT_LOG_FILE not set, setting to default "True"')
os.environ['ACTIVATE_TELLIOT_LOG_FILE'] = "True"

def print_title_info() -> None:
"""Prints the title info."""
click.echo("Disputable Values Monitor 📒🔎📲")
Expand Down

0 comments on commit 9bed4c7

Please sign in to comment.