• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

zalando / skipper / 25787555574

13 May 2026 08:26AM UTC coverage: 79.94% (-0.02%) from 79.957%
25787555574

push

github

web-flow
fix: create an access log instance instead of pkg global (#3998)

fix: create an access log instance instead of pkg global

Library users that would use logging.LogAccess will need to use
logging.NewLogAccess() and use inst.LogAccess()
I think this won't be widely in use, because skipper.Run() will do it
automatically.

Migration for skipper as library users in case you initialize the logger
yourself (very unlikely the case as we automatically do this in a not
exported func), replace:
```
logging.Init(logging.Options{
...
skipper.Options{
...
}
```
by
```
lg := logging.NewAccessLogger(logging.Options{
...

skipper.Options{
...
    AccessLogger: accessLogger,
...
```

---------

Signed-off-by: Sandor Szücs <sandor.szuecs@zalando.de>

27 of 29 new or added lines in 4 files covered. (93.1%)

9 existing lines in 4 files now uncovered.

27018 of 33798 relevant lines covered (79.94%)

86322.68 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

87.18
/proxy/teebody.go


Source Not Available

STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc