Update testapp.py
diff --git a/testapp.py b/testapp.py
index c5908d6..93a8f0c 100644
--- a/testapp.py
+++ b/testapp.py
@@ -4,6 +4,8 @@
 import netaddr    # Testing more...
 import time
 
+print = asfpy.syslog.Printer(identity='testApp')
+
 print("This works!")
 while True:
     time.sleep(60)