Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change log parsing from .log* to _*.log #30

Closed
wants to merge 3 commits into from
Closed

Change log parsing from .log* to _*.log #30

wants to merge 3 commits into from

Conversation

mrhillsman
Copy link

Using the current logfilename.log* returns an error:

[root@devsrv recap]# recaptool net 443
Information: Using /var/log/recap as recap log path
Information: Executing net 443
ls: cannot access /var/log/recap/netstat.log*: No such file or directory
[root@devsrv recap]#

After modifying recaptool to parse as logfilename_*.log output succeeds:

[root@devsrv recap]# recaptool net 443
Information: Using /var/log/recap as recap log path
Information: Executing net 443
2015-06-08_23:13:33 5
[root@devsrv recap]#

@thebwt
Copy link
Contributor

thebwt commented Jun 7, 2016

this is from issue #29

@tonyskapunk
Copy link
Contributor

This has been fixed in #51 and #52 thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants