diff --git a/components/automate-cs-oc-bifrost/habitat/config/sys.config b/components/automate-cs-oc-bifrost/habitat/config/sys.config index 75005a7fcc..3f1960fc52 100644 --- a/components/automate-cs-oc-bifrost/habitat/config/sys.config +++ b/components/automate-cs-oc-bifrost/habitat/config/sys.config @@ -67,7 +67,7 @@ {webmachine, [ {log_handlers, [ {oc_wm_request_logger, [ - {file, "{{pkg.svc_var_path}}/logs/crash.log"}, + {file, "{{pkg.svc_var_path}}/logs/requests.log"}, {file_size, {{cfg.log.rotation_max_megabytes}}}, %% Size in MB {files, {{cfg.log.rotation_max_files}}}, {annotations, [requestor_id, created_authz_id, perf_stats, msg]}