Skip to content

Commit

Permalink
Don't write out lot by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen authored Aug 20, 2024
1 parent 16705cf commit 5cd4e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quacc/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ class QuaccSettings(BaseSettings):
# Logger Settings
# ---------------------------
LOG_FILENAME: Optional[Path] = Field(
Path.cwd() / "quacc.log", description="Path to store the log file."
None, description="Path to store the log file."
)
LOG_LEVEL: Optional[Literal["CRITICAL", "ERROR", "WARNING", "INFO", "DEBUG"]] = (
Field("INFO", description=("Logger level."))
Expand Down

0 comments on commit 5cd4e41

Please sign in to comment.