added log (console logs)
This commit is contained in:
parent
84381325f1
commit
c238b15a6c
4 changed files with 38 additions and 4 deletions
|
@ -11,3 +11,4 @@ SIGNAL_RECIPIENTS = os.environ.get("SIGNAL_RECIPIENTS", default=SIGNAL_SENDER).s
|
|||
","
|
||||
)
|
||||
SIGNAL_API_URL = os.environ.get("SIGNAL_API_URL")
|
||||
LOG_LEVEL = os.environ.get("LOG_LEVEL", "INFO")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue