From 590fe54f8b08408934dbe420910cf4ff38abf38c Mon Sep 17 00:00:00 2001 From: Christopher Fremond <34804391+Frenchris@users.noreply.github.com> Date: Fri, 14 Apr 2023 11:30:46 +0200 Subject: [PATCH] fix(readme): `log` to `logs` --- subjects/devops/backup_manager/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/devops/backup_manager/README.md b/subjects/devops/backup_manager/README.md index 077a21ecb..6a60c5840 100644 --- a/subjects/devops/backup_manager/README.md +++ b/subjects/devops/backup_manager/README.md @@ -4,7 +4,7 @@ All scripts will have to use `try` and `except` to handle errors. -The scripts should log (aka write) all actions and errors into a specific file in the `./log` directory. +The scripts should log (aka write) all actions and errors into a specific file in the `./logs` directory. - The script `backup_manager.py` will log into `./logs/backup_manager.log`. - The script `backup_service.py` will log into `./logs/backup_service.log`.