Skip to content

Show log corresponding to env in admin/logs

Luke requested to merge duk3luk3/gitlab-ce:23979-show-environment-log into master

What does this MR do?

Implements #23979 (closed).

Are there points in the code the reviewer needs to double check?

  • Should doc be worded differently?

Why was this MR needed?

Because environment log file to show in admin/logs was hardcoded to production.log via ProductionLogger class, showing the wrong logfile when not running in production env.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #23979 (closed)

Merge request reports