# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/irk7nmq
支付交易系統日誌設計最佳實踐**
大家好,我是隱墨星辰,深耕境內 / 跨境支付架構設計十餘年。曾經在多家頭部互聯網公司的多個核心項目組,都有發現一些工作多年的資深工程師打印的日誌也是亂七八糟的,無論對於監控還是排查問題都極爲困難,最後沒辦法只好安排重新改造日誌,費時又費力。所以聊聊這個話題。本次主要講結構清晰的日誌在支付系統中的核心作用,設計日誌規範需要遵守的一些基本原則,以及接口摘要日誌、業務摘要日誌、詳細日誌、異常日誌等常用日 ⌘ Read more