Skip to content
This repository was archived by the owner on Mar 5, 2026. It is now read-only.

Make sure we are logging cody debug messages when debug logging is enabled#2550

Merged
pkukielka merged 1 commit intomainfrom
pkukielka/improve-logging
Oct 31, 2024
Merged

Make sure we are logging cody debug messages when debug logging is enabled#2550
pkukielka merged 1 commit intomainfrom
pkukielka/improve-logging

Conversation

@pkukielka
Copy link
Copy Markdown
Contributor

Test plan

  1. Run IntelliJ using :customRunIde and make sure cody logs are present in the idea.log
  2. Run normal IntelliJ instance with verbose logging DISABLED and make sure cody logs are NOT present in the idea.log
  3. Run normal IntelliJ instance with verbose logging ENABLED and make sure cody logs are present in the idea.log

return Optional.ofNullable(isCodyDebugEnabled).orElse(false);
}

public boolean isCodyVerboseDebugEnabled() {
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just noticed all those were not used anymore.

@pkukielka pkukielka force-pushed the pkukielka/improve-logging branch from 0ce7b7d to 4ceda95 Compare October 31, 2024 15:50
@pkukielka pkukielka merged commit 6cac3bd into main Oct 31, 2024
@pkukielka pkukielka deleted the pkukielka/improve-logging branch October 31, 2024 18:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants