Skip to content
This repository was archived by the owner on Jun 9, 2021. It is now read-only.

Commit 4f25394

Browse files
author
Maria Mckinley
committed
added more info to readme
1 parent f081c35 commit 4f25394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions/mailroom_log/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Mailroom
44

55
Mailroom is a multi-class assignment in UWPCE Python Certificate Program.
66

7-
This version is using logging. It is by no means complete; I have just showed a couple of different ways of logging to get output to both the console and a logfile.
7+
This version is using logging. It is by no means complete; I have just demonstrated a couple of different ways of logging to get output to both the console and a logfile. For production code, you would want to carefully consider what should be logged and at what level. In addition to the logging statements themselves sprinkled in various files, the following additions/changes are critical:
88

99
========================= ===============================
1010
File Content/Changes

0 commit comments

Comments
 (0)