Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Expected folder was not found at D:\projects\IDEasy\settings\intellij\workspace\setup" should be DEBUG #818

Open
KianRolf opened this issue Nov 28, 2024 · 1 comment · May be fixed by #1118
Assignees
Labels
bug Something isn't working good first issue Good for newcomers logging

Comments

@KianRolf
Copy link
Contributor

When calling ide intellij following info message is logged into the console: Expected folder was not found at D:\projects\IDEasy\settings\intellij\workspace\setup

Steps to reproduce (bug) / Use Case of feature request (enhancement)

  1. Run ide intellij

Comments/Hints:

Change the INFO log to DEBUG

@KianRolf KianRolf added bug Something isn't working logging labels Nov 28, 2024
@github-project-automation github-project-automation bot moved this to 🆕 New in IDEasy board Nov 28, 2024
@hohwille
Copy link
Member

See here:

this.context.warning("Expected folder was not found at {}", folder);

ATTENTION: This method is used in different places and in most of them I would say that a warning is correct.
So either in the updater we do not use this method for setup and update folders or we change it to a new variant that allows to provide the log-level as a parameter so WARNING is the default but can be overridden.

@hohwille hohwille added the good first issue Good for newcomers label Nov 28, 2024
@yurii-yu yurii-yu assigned yurii-yu and unassigned yurii-yu Jan 13, 2025
@julia-cap julia-cap moved this from 🆕 New to Refinement in IDEasy board Feb 25, 2025
@ssmid ssmid moved this from Refinement to Team Review in IDEasy board Mar 10, 2025
@mbilda mbilda moved this from Team Review to 🏗 In progress in IDEasy board Mar 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers logging
Projects
Status: 🏗 In progress
Development

Successfully merging a pull request may close this issue.

4 participants