Skip to content

Commit

Permalink
update info log
Browse files Browse the repository at this point in the history
  • Loading branch information
ileana-pr committed Jan 14, 2025
1 parent 75a3c04 commit eb30911
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/client-twitter/src/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,15 @@ export async function validateTwitterConfig(
ACTION_TIMELINE_TYPE: ActionTimelineType.ForYou,
};

elizaLogger.error("Raw Twitter config values:", {
elizaLogger.info("Raw Twitter config values:", {
runtimeUsername: runtime.getSetting("TWITTER_USERNAME"),
envUsername: process.env.TWITTER_USERNAME,
runtimeEmail: runtime.getSetting("TWITTER_EMAIL"),
envEmail: process.env.TWITTER_EMAIL,
finalEmail: config.TWITTER_EMAIL
});

elizaLogger.error("Twitter config validation:", {
elizaLogger.info("Twitter config validation:", {
username: config.TWITTER_USERNAME,
email: config.TWITTER_EMAIL,
hasPassword: !!config.TWITTER_PASSWORD,
Expand Down

0 comments on commit eb30911

Please sign in to comment.