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?