Hi Stephen, On Wed, 18 Oct 2023 at 07:36, Stephen Webb <swebb2...@gmail.com> wrote: > > Hi Piotr, > > The Log4cxx staging website URL > https://logging.staged.apache.org/log4cxx/latest_stable/usage-overview.html > now reports a 404. > > The .asf.yaml contains: > > staging: > profile: ~ > whoami: asf-staging > subdir: content/log4cxx > > > Do you have a suggestion as to where I can find it now?
When branch `asf-staging` in `logging-site` changed from a `content` directory to an `output` directory, all the staging websites went down. Even if the change was reverted it still does not work, Christian is working on this (since last week). If you need to generate a staging website soon, change the `.asf.yaml` to: staging: profile: log4cxx whoami: asf-staging subdir: content/log4cxx and the website should be available under `https://logging-log4cxx.staged.apache.org`. Piotr