From bfb7aaf8eb99f893512b176d38c04812d438d8c6 Mon Sep 17 00:00:00 2001 From: Miri <37478344+mirii1994@users.noreply.github.com> Date: Thu, 25 Feb 2021 14:34:24 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75a9989..dfa0c01 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ Replace: * <> - logz.io url, as described [here](https://docs.logz.io/user-guide/accounts/account-region.html#regions-and-urls). #### 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. +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