Skip to content

Commit 7265664

Browse files
stephentoubCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 41ce2c4 commit 7265664

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/setup/local-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ const client = new CopilotClient({
166166
// Set log level for debugging
167167
logLevel: "debug",
168168

169-
// Pass extra CLI arguments
170-
cliArgs: ["--no-auto-update"],
169+
// Pass extra CLI arguments (example: set a custom log directory)
170+
cliArgs: ["--log-dir=/tmp/copilot-logs"],
171171

172172
// Set working directory
173173
cwd: "/path/to/project",

0 commit comments

Comments
 (0)