Skip to content

Output logs in stdout instead of file #337

@jchanam

Description

@jchanam




Is your feature request related to a problem? Please describe.
When running as a cronjob in a kubernetes cluster, there's no way to see if the execution was successful or not as there's no output, and the log file is lost.

Describe the solution you'd like
A new flag to be added, such as --log-stdout that enables this feature. I've assumed that this would only be possible if the --save option is used, so the outputs don't collide with each other.

Describe alternatives you've considered
Add a fluentd to as a sidecar to tail the file and send the logs, but I think it's a little bit overkill.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions