Skip to content

Move logging into core: backend paths

Objective

Move logging components into core from ee. This is part of #42634 (closed)

Planned changes

- location destination what to move
2 /ee/config/routes/project.rb /config/routes/project.rb backend resources :logs path see code
2 /ee/lib/ee/gitlab/etag_caching/router.rb ee/lib/ee/gitlab/etag_caching/router.rb backend route etag caching regex see code
2 ee/app/serializers/ee/environment_entity.rb -  backend project_path and enable_advanced_logs_querying (if still needed after refactoring)