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

GUACAMOLE-1646: Document webapp logging within Docker. #227

Merged
merged 1 commit into from
Apr 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions src/guacamole-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -1013,6 +1013,19 @@ priority can be overridden with the `EXTENSION_PRIORITY` environment variable.
...
```

(guacamole-logging-docker)=

### Logging with the Guacamole Container

In the event that you need to debug something associated with the
Guacamole container, you can adjust the verbosity of logging by
using the `LOGBACK_LEVEL` environment variable:

`LOGBACK_LEVEL`
: The verbosity level of the logging that will be done by
the web application running in the guacamole container,
as documented in the [section on webapp logging.](webapp-logging)

(verifying-guacamole-docker)=

### Verifying the Guacamole install
Expand Down
Loading