Skip to content

Commit 6df3230

Browse files
authored
Update troubleshooting.md
1 parent 8c78076 commit 6df3230

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docs/recipes/troubleshooting.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"title": "Troubleshooting Lucee Server problems",
55
"id": "troubleshooting",
66
"categories": [
7-
"server"
7+
"server",
8+
"debugging"
89
],
910
"description": "A guide to diagnosing problems with Lucee",
1011
"keywords": [
@@ -70,15 +71,15 @@ On Windows
7071

7172
```batch
7273
set LUCEE_LOGGING_FORCE_APPENDER=console
73-
set LUCEE_LOGGING_FORCE_LEVEL=info # or trace|debug
74+
set LUCEE_LOGGING_FORCE_LEVEL=info # or trace, or debug
7475
7576
```
7677

7778
On Linux
7879

7980
```bash
8081
export LUCEE_LOGGING_FORCE_APPENDER=console
81-
export LUCEE_LOGGING_FORCE_LEVEL=info # or trace, or debug
82+
export LUCEE_LOGGING_FORCE_LEVEL=info # or trace, or debug
8283
```
8384

8485
This will override writing to your logs to files and instead it will stream all the logs out to the console. Changing the `LUCEE_LOGGING_FORCE_LEVEL` is optional, as it can be quite verbose, but it provide useful clues when something isn't working.
@@ -89,9 +90,9 @@ Hopefully, this guide will help you navigate around the Lucee and Tomcat logs, w
8990

9091
### Reaching out for help.
9192

92-
Please first check whatever search engine or LLM, you prefer and/or search the [https://dev.lucee.org](https://dev.lucee.org) forum and our issue tracking system [https://luceeserver.atlassian.net/](https://luceeserver.atlassian.net/)
93+
Please first check whatever search engine or LLM, you prefer and/or search the [https://dev.lucee.org](https://dev.lucee.org) Developer forum and our issue tracking system [https://luceeserver.atlassian.net/](https://luceeserver.atlassian.net/) Jira.
9394

94-
If you can't find a solution to your problem, please post to the dev forum first and include all the relevant details
95+
If you can't find a solution to your problem, please post to the dev forum first and include all the relevant details.
9596

9697
Ask youself, if you were assiting someone else with your problem, what questions would you ask when you read your support request before you press send.
9798

@@ -102,4 +103,4 @@ Ask youself, if you were assiting someone else with your problem, what questions
102103

103104
Plus whether you are using an older install which has been upgraded, or a fresh installation.
104105

105-
If you find any relevant exceptions / stacktraces, please include them, not just the exception message.
106+
If you find any relevant exceptions / stacktraces, please include them, not just the exception message.

0 commit comments

Comments
 (0)