aboutsummaryrefslogtreecommitdiff
path: root/crates/arti/src/logging.rs
Commit message (Expand)AuthorAgeFilesLines
* arti: remove string slicesNick Mathewson2026-06-101-2/+1
* everywhere: Add #[allow(clippy::string_slice)]Clara Engler2026-06-091-0/+1
* implement syslog supportAndrew Kloet2026-04-281-0/+46
* arti: set_protocol_warning_mode to Warn or Off in setup_loggingmoumenalaoui2026-04-081-5/+6
* arti: add protocol_warnings config and wire setup_loggingmoumenalaoui2026-03-271-0/+10
* Fix typosTobias Stoeckmann2026-03-241-1/+1
* arti: Port logging config to dd(TorConfig)Nick Mathewson2026-02-241-130/+69
* arti: Resolve unreachable-pub warnings.Nick Mathewson2026-01-131-9/+25
* arti: Make logging parent check work with our MSRV.Nick Mathewson2025-11-251-1/+1
* arti: use anyhow::Context on a make_directory failure.Nick Mathewson2025-11-241-1/+6
* arti: Allow a logfile with no directory prefix.Nick Mathewson2025-11-241-1/+12
* arti: Boyscout fixnield2025-11-131-1/+1
* arti: Warning when opentelemetry config is set but not build with featurenield2025-11-131-0/+16
* arti: better error when tokio-console in cfg but feature is absent.Nick Mathewson2025-11-061-3/+27
* arti: Experimental support for tokio-consoleNick Mathewson2025-11-061-0/+36
* arti: Make panic into error on invalid OTEL endpoint.Wesley Aptekar-Cassels2025-09-241-3/+5
* arti: Add note about lack of filtering in OpenTelemetry layer.Wesley Aptekar-Cassels2025-09-241-0/+3
* opentelemetry: Use humantime_serde for parsing Durations.Wesley Aptekar-Cassels2025-09-241-0/+3
* opentelemetry: Panic if configured for non-localhost HTTP endpoint.Wesley Aptekar-Cassels2025-09-241-0/+8
* arti: Add experimental support for OpenTelemetry.Wesley Aptekar-Cassels2025-09-241-0/+168
* arti: log error fields lastSteven Engler2025-08-181-0/+5
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-4/+4
* Update code for Edition 2024Nick Mathewson2025-08-071-3/+3
* arti console logging: use stderr instead of stdoutJim Newsome2025-06-171-3/+3
* arti: Disable color when stdout is not a tty.Nick Mathewson2025-02-241-1/+7
* update `CfgPath::path` to use a `CfgPathResolver`Steven Engler2024-11-181-5/+14
* tor-config: removed re-export of `CfgPath`Steven Engler2024-11-041-1/+2
* Match previous backtrace formattingRobin Leander Schröder2024-08-081-2/+2
* Use std::backtrace instead of backtrace crateRobin Leander Schröder2024-08-011-3/+1
* arti: Don't output ANSI escape codes when logging to file.Gabriela Moldovan2024-02-221-0/+1
* educe: Use std's default for enums where default variant is unitIan Jackson2024-02-121-4/+2
* Throughout: Use *_report!() macros for reporting Errors.Nick Mathewson2023-07-071-3/+3
* Merge branch 'log_precision' into 'main'Nick Mathewson2023-07-061-4/+25
|\
| * arti: Add a `logging.time_granularity` option with 1s default.Nick Mathewson2023-07-061-4/+25
* | arti: Note possibility for future use of other tracing panic providerNick Mathewson2023-07-061-0/+5
* | arti: On panic, avoid allocation even more.Nick Mathewson2023-07-061-7/+5
* | Add TODO comments about possibly migrating away from the backtrace crate.Nick Mathewson2023-07-051-1/+2
* | arti: Install a panic hook that sends messages to `tracing`Nick Mathewson2023-07-051-0/+31
|/
* Use ErrorReport/Report for errors in warn! in artiIan Jackson2023-01-301-1/+2
* Enforce SafeLogging on the console.Nick Mathewson2022-09-261-30/+10
* Mark a few APIs as experimental in docs.Nick Mathewson2022-08-301-0/+1
* arti: Raise the default console log severity to "info"Nick Mathewson2022-08-251-1/+1
* arti: Move most public APIs behind `experimental-api`.Nick Mathewson2022-08-111-2/+4
* impl_standard_builder: Use for arti::logging::LogfileConfigIan Jackson2022-06-161-7/+2
* arti: logging config: Replace a manual Debug implIan Jackson2022-06-161-7/+4
* config: Do not strip_option for journald (and in future)Ian Jackson2022-06-101-1/+1
* config: Provide tor_config::resolve_option and resolve journaldIan Jackson2022-05-301-1/+4
* Apply fs-mistrust to logfile directories.Nick Mathewson2022-05-241-5/+15
* impl_standard_builder: Have it generate FooConfig::builderIan Jackson2022-05-121-7/+0
* Rename impl_standard_builder from impl_default_via_builderIan Jackson2022-05-121-2/+2