Auto-update: Mon Aug 5 10:49:00 PDT 2024
This commit is contained in:
parent
ce2e631437
commit
8d97f1161b
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
'''
|
||||
Used to port-forwarding and reverse proxy configurations.
|
||||
Used for port-forwarding and reverse proxy configurations.
|
||||
'''
|
||||
#routers/forward.py
|
||||
|
||||
|
|
|
@ -29,6 +29,7 @@ from fastapi import Depends, HTTPException, Request, UploadFile
|
|||
from fastapi.security.api_key import APIKeyHeader
|
||||
|
||||
from sijapi import L, API, YEAR_FMT, MONTH_FMT, DAY_FMT, DAY_SHORT_FMT, OBSIDIAN_VAULT_DIR, ALLOWED_FILENAME_CHARS, MAX_PATH_LENGTH, ARCHIVE_DIR
|
||||
|
||||
logger = L.get_module_logger('utilities')
|
||||
def debug(text: str): logger.debug(text)
|
||||
def info(text: str): logger.info(text)
|
||||
|
|
Loading…
Reference in a new issue