Skip to content

tracing: expose log src#461

Merged
hannesm merged 1 commit intomirleft:mainfrom
bikallem:expose-log-src
Dec 19, 2022
Merged

tracing: expose log src#461
hannesm merged 1 commit intomirleft:mainfrom
bikallem:expose-log-src

Conversation

@bikallem
Copy link
Copy Markdown
Contributor

Expose log source so that we can control log level individually. This should help making debugging sesssion a bit more manageable and productive, i.e. sometimes when debugging we want to look at logs of a particular dependency a bit more deeply and at other times an info level suffices.

I am finding this to be a bit helpful while debugging #457 where trying to understand and pinpoint error among dns, tls and eio seems very noisy and unproductive with global debug level.

@hannesm
Copy link
Copy Markdown
Member

hannesm commented Dec 19, 2022

thanks

@hannesm hannesm merged commit 2456cd7 into mirleft:main Dec 19, 2022
@bikallem bikallem deleted the expose-log-src branch December 19, 2022 14:49
hannesm added a commit to hannesm/opam-repository that referenced this pull request Feb 14, 2023
CHANGES:

* BREAKING: new opam package tls-lwt (formerly tls.lwt), in dune:
  (libraries tls.lwt) should now be libraries (tls-lwt)
  (mirleft/ocaml-tls#468 @hannesm, reported mirleft/ocaml-tls#449 by @mbacarella)
* tls: update to mirage-crypto 0.11 API (mirleft/ocaml-tls#468 @hannesm)
* tls: relax SignatureAlgorithms extension handling to allow OpenSSL
  interoperability tests with TLS 1.0 and TLS 1.1 (mirleft/ocaml-tls#469 @hannesm)
* tls: remove Utils.filter_map and and Utils.option, use Stdlib instead (mirleft/ocaml-tls#455
  @hannesm)
* tls: do not globally open Utils (mirleft/ocaml-tls#455 @hannesm)
* tls: export log source of Tracing module (mirleft/ocaml-tls#461 @bikallem)
* tls: remove unused ciphersuites to reduce binary size (mirleft/ocaml-tls#467 @hannesm)
* tls-lwt: do not catch out of memory exception (mirleft/ocaml-tls#469 @hannesm)
* tls-eio: add fuzz testing using crowbar (mirleft/ocaml-tls#456 mirleft/ocaml-tls#463 @talex5)
* tls-eio: update to eio 0.7 (mirleft/ocaml-tls#456 @talex5)
* tls-eio: fix test for develop with vendoring (mirleft/ocaml-tls#462 @bikallem)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants