Skip to content

Commit 0592c54

Browse files
committed
use .shopify/logs directly
1 parent 986d018 commit 0592c54

File tree

1 file changed

+1
-5
lines changed
  • packages/app/src/cli/models/app

1 file changed

+1
-5
lines changed

packages/app/src/cli/models/app/app.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -447,11 +447,7 @@ export class App<
447447
}
448448

449449
getLogsDir() {
450-
// Create directory name using app name + partial client_id for uniqueness
451-
const clientId = String(this.configuration.client_id || 'unknown')
452-
const shortClientId = clientId.substring(0, 8)
453-
const dirName = `${this.name}-${shortClientId}`
454-
return joinPath(this.directory, '.shopify', 'logs', dirName)
450+
return joinPath(this.directory, '.shopify', 'logs')
455451
}
456452

457453
async updateHiddenConfig(values: Partial<AppHiddenConfig>) {

0 commit comments

Comments
 (0)