Please note, that you have to configure those parameters by this exact order.
Please note, that you have to configure those parameters by this exact order.
i.e. you cannot set Debug to true, without configuring all of the previous parameters as well.
i.e. you cannot set Debug to true, without configuring all of the previous parameters as well.
#### Serverless platforms
If you're using a serverless function, you'll need to import and add the LogzioFlusher annotation before your sender function. To do this, in the code sample below, uncomment the `import` statement and the `@LogzioFlusher(logger)` annotation line.
#### Code Example
#### Code Example
```python
```python
import logging
import logging
import logging.config
import logging.config
# If you're using a serverless function, uncomment.
# from logzio.flusher import LogzioFlusher
# Say i have saved my configuration under ./myconf.conf
# Say i have saved my configuration under ./myconf.conf