Skip to content

Commit

Permalink
chore: console -> elizaLogger
Browse files Browse the repository at this point in the history
  • Loading branch information
shakkernerd committed Dec 31, 2024
1 parent bfcdc7b commit 9126cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export function loadEnvConfig(): Settings {
const result = config(envPath ? { path: envPath } : {});

if (!result.error) {
console.log(`Loaded .env file from: ${envPath}`);
elizaLogger.log(`Loaded .env file from: ${envPath}`);
}

// Parse namespaced settings
Expand Down

0 comments on commit 9126cb1

Please sign in to comment.