From ad4c96a4da0f0f4908ef8aac400abef787255bec Mon Sep 17 00:00:00 2001 From: miguel Date: Tue, 14 Feb 2023 16:36:02 +0000 Subject: [PATCH] docs(audit): add question --- subjects/devops/backup_manager/audit/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/subjects/devops/backup_manager/audit/README.md b/subjects/devops/backup_manager/audit/README.md index d43edd433..8445f8498 100644 --- a/subjects/devops/backup_manager/audit/README.md +++ b/subjects/devops/backup_manager/audit/README.md @@ -129,3 +129,7 @@ $ cat logs/backup_service.log ``` ###### Can you confirm that all error messages have been saved in the log files like in the example above? + +##### Go to the code of the project adn check if the creator used `try` and `catch` to handle the errors. + +###### Did he use `try` and `catch` to handle the errors?