huikau / logstalgia

Automatically exported from code.google.com/p/logstalgia
0 stars 0 forks source link

-x, --full-hostnames not working #54

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install Logstalgia via git rather than package available via apt.

What is the expected output? What do you see instead?
- Expected output is full IP addresses shown from visitors.
- What I see is -x/--full-hostnames not working and leaving the last octet 
truncated with "-"

What version of the product are you using? On what operating system?
- Most recent available at github 7/23/2013 
(https://github.com/acaudwell/Logstalgia.git)
- Ubuntu Raring x64

Please provide any additional information below.
If I install Logstalgia via apt, -x functions normally.  If I remove said 
package, and install/run from the newest github source, -x appears to do 
nothing for me and leaves the last octet truncated with "-" as if -x is not 
being set.  I'm able to repeat the behavior consistently simply by switching 
back and forth between versions.  Apt source with -x works fine, Git source 
with -x does not appear to recognize the -x flag.

Command used:
tail -f /var/log/nginx.access.log | logstalgia -x --sync -

Thanks for maintaining such a great piece of software, I use it every day.

Original issue reported on code.google.com by canhazc...@gmail.com on 23 Jul 2013 at 7:33

GoogleCodeExporter commented 9 years ago
Hi.

I actually noticed this myself a while ago, but apparently didn't commit a fix. 
Thanks for reminding me.

Please let me know if you notice any other problems with the new version!

Cheers

Andrew

Original comment by acaudw...@gmail.com on 24 Jul 2013 at 2:21

GoogleCodeExporter commented 9 years ago
Everything working great now with the new version.  Thanks for such a quick 
response and fix Andrew, keep up the great work!

~ chc

Original comment by canhazc...@gmail.com on 24 Jul 2013 at 1:07