From 15e451f7f8c41e964a7ad8d1f3fe88b47e7a338a Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sun, 7 Jan 2024 22:16:56 +0100 Subject: [PATCH] doc/config-file: indicate where errors are logged --- doc/config-file.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/config-file.md b/doc/config-file.md index ea06557..e40a686 100644 --- a/doc/config-file.md +++ b/doc/config-file.md @@ -15,6 +15,9 @@ gamja can be configured using a `config.json` file at the root. Example: } ``` +Errors while parsing the configuration file are logged in the +[browser's web console]. + ## IRC server The `server` object configures the IRC server. @@ -43,3 +46,5 @@ The `oauth2` object configures OAuth 2.0 authentication. - `client_id` (string): OAuth 2.0 client ID. - `client_secret` (string): OAuth 2.0 client secret. - `scope` (string): OAuth 2.0 scope. + +[browser's web console]: https://firefox-source-docs.mozilla.org/devtools-user/web_console/index.html