diff options
| author | adamjanovsky | 2023-10-18 16:04:07 +0200 |
|---|---|---|
| committer | adamjanovsky | 2023-10-18 16:04:07 +0200 |
| commit | 959680195e652f343816d0690d52ddb18809dc9a (patch) | |
| tree | 10846654a1d19a0ffc145f9ce6b893d3651d41ac | |
| parent | 2783986d3d24f01ee16b9a237f883fe7bd6491c3 (diff) | |
| download | sec-certs-959680195e652f343816d0690d52ddb18809dc9a.tar.gz sec-certs-959680195e652f343816d0690d52ddb18809dc9a.tar.zst sec-certs-959680195e652f343816d0690d52ddb18809dc9a.zip | |
add .log suffix to default log filename
| -rw-r--r-- | src/sec_certs/configuration.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sec_certs/configuration.py b/src/sec_certs/configuration.py index 3e49ecad..d7fb734a 100644 --- a/src/sec_certs/configuration.py +++ b/src/sec_certs/configuration.py @@ -18,7 +18,7 @@ class Configuration(BaseSettings): env_prefix = "seccerts_" log_filepath: Path = Field( - "./cert_processing_log.txt", + "./cert_processing_log.log", description="Path to the file, relative to working directory, where the log will be stored.", ) always_false_positive_fips_cert_id_threshold: int = Field( |
