Browse Source

Update README.md

opensearch
Yogev Mets 3 years ago
committed by GitHub
parent
commit
c47e4e025c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      README.md

+ 2
- 2
README.md View File

@ -124,8 +124,8 @@ import logging.config
# If you're using a serverless function, uncomment.
# from logzio.flusher import LogzioFlusher
# Say i have saved my configuration in a dictionary form in variable named myconf
logging.config.dictConfig(myconf)
# Say I have saved my dictionary configuration in a variable named 'LOGGING' - see 'Dict Config' sample section
logging.config.dictConfig(LOGGING)
logger = logging.getLogger('superAwesomeLogzioLogger')
# If you're using a serverless function, uncomment.


Loading…
Cancel
Save