We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 251f2ba commit e146c2dCopy full SHA for e146c2d
1 file changed
redis_sync/src/redis_sync.py
@@ -1,4 +1,10 @@
1
-# handler to do redis sync from s3
+import logging
2
+
3
+logging.basicConfig()
4
+logger = logging.getLogger()
5
+logger.setLevel("INFO")
6
7
8
def sync_handler(event, context):
- print("Marker23. New code - no publish @ 0906")
9
+ print("Marker23. New code - no publish @ 0935")
10
+ logger.info("Marker23. New code - no publish @ 0936")
0 commit comments