Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 531 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 531 Bytes

ps_to_file

helper application to subscribe to a pubsub and write incoming messages to time rolled files.

source pubsub should output non-multipart, chunked data where each message is newline terminated.

OPTIONS

    --pubsub-url=<str>          source pubsub url in the form of 
                                    http://domain.com:port/path
    --filename-format=<str>     output filename format (strftime compatible)
                                    /var/log/pubsub.%%Y-%%m-%%d_%%H.log
    --version