From 54a60b5f9bf0fd678770c86f0b594ad3ffe8d1a5 Mon Sep 17 00:00:00 2001 From: sbriat Date: Thu, 29 Jun 2023 12:24:56 +0200 Subject: [PATCH] refactor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f94543..af65e48 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ The app runs automatically on the port defined in `SERVICE_PORT` of `.env` file The app subscribes to RabbitMQ queues in order to log messages. We use the routing key with the given format : <**service**>.<**action**>.<**level**>, with : - **service** : the name of the service that has emitted the message -- **action** : the action that triggered the message (one or more words separated by a dot, last word should be ) +- **action** : the action that triggered the message (one or more words separated by a dot, last word should be a past action) - **level** : the severity (_log level_) of the message, as described in [RFC5424 syslog](https://www.rfc-editor.org/rfc/rfc5424) : - **emer** : Emergency: system is unusable - **alert** : Alert: action must be taken immediately