Skip to content

Commit

Permalink
chore: add notes
Browse files Browse the repository at this point in the history
  • Loading branch information
shengchenyang committed Jun 5, 2024
1 parent d07efe3 commit 2060bc0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@
TWISTED_REACTOR = "twisted.internet.asyncioreactor.AsyncioSelectorReactor"
FEED_EXPORT_ENCODING = "utf-8"

# Set .conf file path. Same as library default, commentable
_ = Path(__file__).parent
VIT_DIR = _ / "VIT"

# Log configuration example
LOG_LEVEL = "ERROR"
LOG_FILE = _ / "logs/{{cookiecutter.project_slug}}.log"
logger.add(
Expand Down

0 comments on commit 2060bc0

Please sign in to comment.