Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add timestamp to diagnostic log entries #59

Open
vladak opened this issue Apr 1, 2021 · 2 comments
Open

add timestamp to diagnostic log entries #59

vladak opened this issue Apr 1, 2021 · 2 comments
Labels
good first issue Good for newcomers

Comments

@vladak
Copy link

vladak commented Apr 1, 2021

When using the diagnostic log to track down problems with an IdP, I found that it would benefit from having time stamps written to the log, somewhere around here:

apr_file_puts("---------------------------------- New Request"
" ---------------------------------\n", diag_cfg->fd);
and here
apr_file_puts("\n=== Response ===\n", diag_cfg->fd);

@3eka
Copy link

3eka commented May 20, 2022

+1

@thijskh
Copy link

thijskh commented May 20, 2022

A pull request would be very welcome!

@thijskh thijskh added the good first issue Good for newcomers label Jan 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants