# 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/pp3vplq
slog 實戰:文件日誌、輪轉與 kafka 集成**
《slog 正式版來了:Go 日誌記錄新選擇![1]》一文發佈後,收到了很多讀者的反饋,意見集中在以下幾點:基於 slog 如何將日誌寫入文件 slog 是否支持 log 輪轉 (rotation),如果 slog 不支持,是否有好的 log 輪轉插件推薦? 如何與 kafka 集成 日誌輸出有哪些最佳實踐 這篇文章就是對上述問題進行補充說明的,供大家參考,希望能給大家帶去 ⌘ Read more