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

Typo in FAQ #2787

Open
antoson opened this issue Jan 16, 2025 · 1 comment
Open

Typo in FAQ #2787

antoson opened this issue Jan 16, 2025 · 1 comment

Comments

@antoson
Copy link

antoson commented Jan 16, 2025

Hi,
thank you for this project.

I found a typo in the FAQs Log Configuration: https://goaccess.io/faq#configuration

  • Where is the configuration file located?
    The configuration file is located under ~/.goaccessrc or %sysconfdir%/goaccess.conf where %sysconfdir% is usually /etc/, /usr/etc/ or /usr/local/etc/. Passing ---dcf to GoAccess will display where the config file is being read from. You can find the default configuration file here.

Passing ---dcf to GoAccess ...

There is one extra dash -

Tested it:

ondra@zbook:~$ goaccess ---dcf
goaccess: unrecognized option '---dcf'
ondra@zbook:~$ goaccess --dcf
/etc/goaccess/goaccess.conf

I tried submitting PR, but I couldn't find the source code of your website. Have a nice day :)

@allinurl
Copy link
Owner

Nice catch, and thank you for reporting it. It should be fixed now.

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

No branches or pull requests

2 participants