Logging Services uses CTR. Reviews are never required. However, the process for web sites is to update the ask-staging branch, push that, verify the change on the staged site, and then checkout the asf-site branch and do “git rebase asf-staging”.
Ralph > On Nov 16, 2022, at 11:39 PM, Davyd McColl <dav...@gmail.com> wrote: > > Thanks Ralph, you're right - the link should be to > ../../log4net-2.0.8/release/sdk. The api hasn't changed since then - > fortunately for me, because I haven't been able to successfully re-generate > the sdk documentation. One of the items on my never-ending list of TODOs is > to update the way those docs are generated, using new tooling, so perhaps the > docs (a) could be auto-generated and (b) will look a little nicer. > > Can I just update my `asf-site` branch and push? no need for review, surely? > > -d > > On 2022-11-17 08:16:26, Ralph Goers <ralph.go...@dslextreme.com> wrote: > Looking at .htaccess it seems everything is directed to log4net-2.0.15. > In log4net-2.0.15/release I see > > sdk -> log4net-2.0.8/release/sdk > > I think that symlink is wrong and should be ../../log4net-2.0.8/release/sdk - > assuming of course you want 2.0.15 to reference something in 2.0.8. > > Ralph > >> On Nov 16, 2022, at 9:08 PM, Davyd McColl wrote: >> >> Ralph, I'd appreciate any help here. Seems there's a permissions error or >> something - sdk docs links return a 403. >> >> -d >> >> >> On 16 November 2022 23:22:26 Alex Winfield <7nil...@gmail.com> wrote: >> >>> Where should I look for the docs? >>> >>> All of the examples point to dead links: >>> https://logging.apache.org/log4net/release/config-examples.html >>> >>> Sample code online doesn't appear to actually work (%aspnet-context appears >>> to be parsed as just %a, with "spnet-context" as a static string). >>> >>> I can see that there definitely is something for handling asp.net contexts ( >>> https://git-wip-us.apache.org/repos/asf?p=logging-log4net.git;a=blob_plain;f=src/log4net/Layout/Pattern/AspNetContextPatternConverter.cs;hb=HEAD), >>> but I have no idea why it isn't working or what I need to do to enable it. >>> >>> I'm just very confused on what format properties are available, which may >>> have been renamed over time, etc >>> >>> I was able to get what I wanted to work using middleware, but it does feel >>> weird that there's so little documentation available. I'd appreciate any >>> links that could help (I feel like this property is probably already >>> available and not need an entire middleware just to hook into log4net lol) >>> >>> Also, log4net-u...@logging.apache.org appears to not have anyone watching >>> answering questions. If it isn't being used, it should probably be removed >>> from the docs as a valid way to get help. >