Gerardo O.

Results 610 comments of Gerardo O.

Thanks very much! Pushed a [fix](https://github.com/allinurl/goaccess/commit/023a50f467bbaa5a9d446915fc24b5f1c2f18ce8) for this.

Would you be able to post a few sample lines from your log so I can take a look? `%H` is for the actual [protocol](https://github.com/allinurl/goaccess/blob/master/src/gstorage.c#L126) so it won't accept the...

Good point. HTTP/HTTPS refers to the protocol (secure or not), while HTTP/1.0, 1.1, 2, and 3 are versions of that protocol. We could add an option to accept that instead?...

Adding `WebDrive` should resolve the string. Have you tried including it in the `browsers.list` on your local setup?

Good catch! [Right now](https://github.com/allinurl/goaccess/blob/master/src/util.c#L655), it expects a `%z` in the time format for the timezone to work (strptime). We could add a fallback so that if %z isn’t provided but...

So after double checking this, it appears that the time will be converted to the specified timezone, regardless of whether `%z` is used. However, in your case, when passing America/Los_Angeles,...

@pencil can you post a few lines from your access logs so I can try to replicate this on my end with the exact same data? Thanks

Thanks for sharing that. So, essentially, you're suggesting making some or maybe all fields optional in certain cases? The reason I ask is that we rely on the date for...

#117 should take care of this. [stay tuned!](https://x.com/goaccess)

I’m not sure I understand your question. Are you asking about clearing out the saved database? You can run it without the `--persistence` or `--restore` options. Also, getting rid via...