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 bounds on cohttp to prepare for cohttp 3 release #28

Merged
merged 1 commit into from
Nov 9, 2020

Conversation

talex5
Copy link
Contributor

@talex5 talex5 commented Nov 5, 2020

@talex5 talex5 merged commit 484507e into mirage:master Nov 9, 2020
@talex5 talex5 deleted the cohttp3 branch November 9, 2020 14:48
talex5 added a commit to talex5/opam-repository that referenced this pull request Dec 22, 2020
CHANGES:

- Add logging configuration (mirage/prometheus#29, @talex5).
  To configure a server to report counts for log messages:
  ```ocaml
  let () = Prometheus_unix.Logging.init ()
  ```
  This installs a reporter that reports the number of messages logged by each log source and at each level.
  The reporter also displays the timestamp and log source with each message, which is a more suitable configuration for servers.

- Add bounds on cohttp to prepare for cohttp 3 release (mirage/prometheus#28, @talex5).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant