Skip to content

Commit d7dd726

Browse files
committed
REL-1274686: Have docs use '--log-level Debug' since we technically don't have Verbose logging yet
1 parent 5f4302f commit d7dd726

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

Documentation/cli-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ relsvr-rap build --source . --input build.xml --version 1.0.0 --relativity-serve
5353
relsvr-rap build -s . -i build.xml -v 1.0.0 -r 2025
5454
```
5555

56-
### Build with Verbose Logging
56+
### Build with Debug Logging
5757

5858
```powershell
5959
relsvr-rap build `
6060
--source . `
6161
--input DevelopmentScripts/build.xml `
6262
--version 2.1.0.0 `
6363
--relativity-server-release 2025 `
64-
--log-level Verbose `
64+
--log-level Debug `
6565
--log-file logs/build-debug.log
6666
```
6767

Documentation/troubleshooting.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ This guide covers common issues you may encounter when using RAP Builder and how
66

77
Before diving into specific issues, try these steps:
88

9-
1. **Enable verbose logging** to see detailed output:
9+
1. **Enable debug logging** to see detailed output:
1010
```powershell
11-
relsvr-rap build ... --log-level Verbose --log-file logs/debug.log
11+
relsvr-rap build ... --log-level Debug --log-file logs/debug.log
1212
```
1313

1414
2. **Review the log file** in the `RAPBuilderLogs/` directory (or your custom location).
@@ -41,7 +41,7 @@ Before diving into specific issues, try these steps:
4141

4242
3. Check file system permissions on the output directory.
4343

44-
4. Enable verbose logging to see what happened:
44+
4. Enable debug logging to see what happened:
4545

4646
### Exit Code 1
4747

@@ -181,7 +181,7 @@ Failed to parse build.xml: Invalid XML format
181181

182182
**Solutions:**
183183

184-
1. Validate your XML files with an XML validator or use `--log-level Verbose` to see parsing details.
184+
1. Validate your XML files with an XML validator or use `--log-level Debug` to see parsing details.
185185

186186
2. Check for common XML issues:
187187
- Missing closing tags (e.g., `<Assembly>` without `</Assembly>`)
@@ -267,6 +267,6 @@ relsvr-rap : The term 'relsvr-rap' is not recognized as the name of a cmdlet, fu
267267

268268
If you cannot resolve an issue using this guide:
269269

270-
1. Run the build with `--log-level Verbose` and review the full log output.
270+
1. Run the build with `--log-level Debug` and review the full log output.
271271
2. Verify your `build.xml` and `application.xml` against the [Configuration Reference](configuration-reference.md).
272272
3. Contact Relativity developer support with your log file and configuration files.

0 commit comments

Comments
 (0)