Skip to content

Commit

Permalink
update proxy to send logs to file (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
markdboyd authored Nov 13, 2024
1 parent 1f79ae4 commit 517bf48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gunicorn \
--certfile $JOB_DIR/config/ssl/auth-proxy.crt \
--ca-certs $JOB_DIR/config/ssl/opensearch.ca \
--access-logfile $LOG_DIR/$JOB_NAME.access.log \
--error-logfile - \
--error-logfile $LOG_DIR/$JOB_NAME.error.log \
--log-level "<%= p('opensearch-dashboards-cf-auth-proxy.log_level') %>" \
--timeout <%= p('opensearch-dashboards-cf-auth-proxy.gunicorn.timeout') %> \
--workers <%= p('opensearch-dashboards-cf-auth-proxy.gunicorn.num_workers') %> \
Expand Down

0 comments on commit 517bf48

Please sign in to comment.