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 <dav...@gmail.com> 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.