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.
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:
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
My log directory has files from different sub domains
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.
But (after log rollover) there's multiple files for the same sub domain
I can do one at a time, no problem, but I want a combined view of a single sub domain. I tried:
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