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

Latest commit

 

History

History

ps_to_file

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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