summaryrefslogtreecommitdiff
path: root/cli/util/logger.rs
AgeCommit message (Collapse)Author
2024-07-05fix(publish): unfurling should always be done with the package json (#24435)David Sherret
Closes https://github.com/denoland/deno/issues/24430
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-07-17chore: disable rustls logging (#19859)Bartek Iwańczuk
This commit disables internal logging coming from `rustls` crate. So messages like: ``` TLS alert received: AlertMessagePayload { level: Fatal, description: UnknownCA, } ``` will no longer appear unconditionally.
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
Yearly tradition of creating extra noise in git.
2022-11-28refactor: create util folder, move nap_sym to napi/sym, move http_cache to ↵David Sherret
cache folder (#16857)