Skip to content

Can't specify multiple files #14

@victor-david

Description

@victor-david

My log directory has files from different sub domains

  • default.access.log
  • user.access.log
  • etc

I don't want all of them combined. I want to see one sub domain at a time.

This works fine if there's only one file for a particular subdomain.

rhit default.access.log

But (after log rollover) there's multiple files for the same sub domain

  • default.access.log
  • default.access.log.1
  • etc.

I can do one at a time, no problem, but I want a combined view of a single sub domain. I tried:

rhit default.access*

but I get Unrecognized argument: default.access.log.1

So it seems rhit is finding the other file but is not treating it as a file to read, but rather like some other argument.

Any ideas? Thanks

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