From 1ed98150de2b354117dca1d41e8c0fcd50ed4f35 Mon Sep 17 00:00:00 2001
From: brutzman <brutzman@nps.edu>
Date: Fri, 10 Sep 2021 09:46:59 -0700
Subject: [PATCH] updated README information

---
 examples/pduLog/README.md | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/examples/pduLog/README.md b/examples/pduLog/README.md
index dbac0a5259..1e83f1026e 100644
--- a/examples/pduLog/README.md
+++ b/examples/pduLog/README.md
@@ -1,12 +1,17 @@
 # PDU Log Files
 
-This directory holds temporary files and may be overwritten at any time!
+This directory holds temporary PDU log files which may be deleted at any time!
 
 Each time you run a DIS simulation and a PduRecorder is listening, another
-log file is created.
+log file is created.  File names are numbered sequentially and uniquely, so that 
+important PDU log captures can later be copied and saved to where they are needed.
 
-Be sure to save your work, when appropriate, by copying your log file to
+[ExamplePduCaptureLog.dislog](ExamplePduCaptureLog.dislog) shows an example log file.
+
+Be sure to save your work, when appropriate, by copying log files of interest to
 the corresponding homework or project directory (and likely renaming as well).
 
 Note that the PDU log files are very tolerant of inline comments starting with
-a # character, so you can list success/failure/TODO issues there as well.
+a # character, so you can document success/failure and TODO issues there as well.
+
+To clean out old log files, simply run [build.xml](build.xml) target `clean.all.log.files`
-- 
GitLab