Chaoren Lin
Chaoren Lin
> It seems clunky to check in the project config to a different location and then tell people to point to that. That's exactly what we do. The copy we...
See [this](https://intellij-support.jetbrains.com/hc/en-us/articles/206544839) for what files in `.ijwb/.idea` should be checked in.
It's documented in the link in https://github.com/bazelbuild/intellij/issues/1159#issuecomment-530442324. Checking in a project is a general IntelliJ thing.
Though for bazel projects I would recommend keeping a .bazelproject file elsewhere and importing that.
> What does this even mean? You'd have a separate git repo with just that one file in it? And then how does it relate to the real repository? It's...
> It seems the trick is to not check in the .bazelproject file, but then check in the normal files in .jiwb/.idea etc? No you do need the `.bazelproject` file....
Yeah, sorry for the confusion. See the two options given in https://github.com/bazelbuild/intellij/issues/1159#issuecomment-534623904 I was responding to this: > ideally we'd like to check in `.ijwb` and `.clwb`. It seems the...
> Still, I could imagine that this would upset a broken-link detector, prevent indexing of the pages that we redirect to, and maybe interfere with other thing that I wouldn't...
Okay, I've removed the 404 redirect stuff. Now it's just an automatic redirect to the latest API using the existing method. I can't just set `redirect_to` in the front matter...
Could you please share some more details like 1. how the logger was configured 2. the log call that triggered this 3. the class/method containing the log call Maybe there's...