Browse Source

fix(readme): `log` to `logs`

pull/1963/head
Christopher Fremond 1 year ago committed by GitHub
parent
commit
590fe54f8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/devops/backup_manager/README.md

2
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`.

Loading…
Cancel
Save