mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-05-19 18:35:24 +00:00
5.2.0
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
5.2.0
|
||||
-----
|
||||
- More details in logging output
|
||||
- And CLI options
|
||||
```
|
||||
--elasticsearch-use-ssl
|
||||
Use SSL when connecting to Elasticsearch
|
||||
--elasticsearch-ssl-cert-path ELASTICSEARCH_SSL_CERT_PATH
|
||||
Path to the Elasticsearch SSL certificate
|
||||
--elasticsearch-monthly-indexes
|
||||
Use monthly Elasticsearch indexes instead of daily
|
||||
indexes
|
||||
```
|
||||
|
||||
5.1.3
|
||||
-----
|
||||
|
||||
|
||||
@@ -38,7 +38,12 @@ from parsedmarc.utils import is_outlook_msg, convert_outlook_msg
|
||||
from parsedmarc.utils import timestamp_to_human, human_timestamp_to_datetime
|
||||
from parsedmarc.utils import parse_email
|
||||
|
||||
__version__ = "5.1.3"
|
||||
__version__ = "5.2.0"
|
||||
|
||||
logging.basicConfig(
|
||||
format='%(asctime)s,%(msecs)d %(levelname)-8s [%(filename)s:%(lineno)d] '
|
||||
'%(message)s',
|
||||
datefmt='%Y-%m-%d:%H:%M:%S')
|
||||
|
||||
logger = logging.getLogger("parsedmarc")
|
||||
logger.debug("parsedmarc v{0}".format(__version__))
|
||||
|
||||
Reference in New Issue
Block a user