diff --git a/README.md b/README.md index 6ed579f..75a9989 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ LOGGING = { '': { 'level': 'DEBUG', 'handlers': ['logzio'], - 'propogate': True + 'propagate': True } } } @@ -116,6 +116,7 @@ Replace: #### 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. +**Note:** For the LogzioFlusher to work properly, you'll need to make sure that the Logz.io. handler is added to the root logger. See the configuration above for an example. #### Code Example ```python