Skip to content

Commit

Permalink
Merge pull request #60 from JimCircadian/59_small_content_improvements
Browse files Browse the repository at this point in the history
Dev #59: addressing small content improvements
  • Loading branch information
DamienIrving authored Jul 24, 2024
2 parents 40ada51 + b3e5c4e commit 0f0d88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _episodes/08-defensive.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ In order of increasing severity, the available levels are:
- `info`: confirmation that things are working as expected.
- `warning`: something unexpected happened, but the program will keep going.
- `error`: something has gone badly wrong, but the program hasn’t hurt anything.
- `critcal`: potential loss of data, security breach, etc.
- `critical`: potential loss of data, security breach, etc.

If we want to see the output from less severe levels (i.e. turn our debugging statements on),
we'd need to change the minimum level in the logging configuration.
Expand Down

0 comments on commit 0f0d88f

Please sign in to comment.