Skip to content

Commit

Permalink
agent: fix trace message
Browse files Browse the repository at this point in the history
  • Loading branch information
tilacog committed Jul 20, 2023
1 parent 1ea0113 commit 48b104b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/indexer-agent/src/commands/start-multi-network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ function scanDirectoryForYamlFiles(
// Read the directory
const files = fs.readdirSync(directoryPath)
logger.trace(
`Network configuration directory '${files}' contains ${files.length} file(s)`,
{ files },
`Network configuration directory contains ${files.length} file(s)`,
{ directoryPath, files },
)

// Iterate over each file in the directory
Expand Down

0 comments on commit 48b104b

Please sign in to comment.