diff --git a/{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/settings.py b/{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/settings.py index 9c9606f..277f4b7 100644 --- a/{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/settings.py +++ b/{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/settings.py @@ -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(