Skip to content

logtail doesn't like -s arg when used with -o #1

@mbucc

Description

@mbucc
mark@marks-mbp:~/src/ai% ./logtail -s testing/1.log -o testing/1.offset                                                                                                                                 <<<
ERROR 181 - Input parameter error, testing/1.log.
mark@marks-mbp:~/src/ai% ./logtail testing/1.log -s -o testing/1.offset

  Usage: logtail [log_file] <offset_file>
     or: logtail [-l log_file] <-o offset_file> <-d rolled_log_directory>
       : <-f rolled_log_filename> <-r> <-s> <-t> <-b>
     or: logtail -h

mark@marks-mbp:~/src/ai% ./logtail testing/1.log -o testing/1.offset -s

  Usage: logtail [log_file] <offset_file>
     or: logtail [-l log_file] <-o offset_file> <-d rolled_log_directory>
       : <-f rolled_log_filename> <-r> <-s> <-t> <-b>
     or: logtail -h

mark@marks-mbp:~/src/ai% ./logtail testing/1.log -s
mark@marks-mbp:~/src/ai% echo $?
0
mark@marks-mbp:~/src/ai% 

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