index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
arti
/
src
/
logging.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stub out opentelemetry config when feature is disabled.
Wesley Aptekar-Cassels
9 days
1
-2
/
+0
*
Fix many review comments.
Wesley Aptekar-Cassels
9 days
1
-1
/
+1
*
Fix cyclic dependency issues.
Wesley Aptekar-Cassels
2026-08-10
1
-0
/
+2
*
tor-config-shared: Stop using Option<Duration>.
Wesley Aptekar-Cassels
2026-08-10
1
-9
/
+3
*
Add new tor-conig-shared crate.
Wesley Aptekar-Cassels
2026-08-10
1
-1
/
+2
*
arti: Move OpentelemetryConfig to tor-config.
Wesley Aptekar-Cassels
2026-08-10
1
-117
/
+13
*
Split OTLP exporter into separate crate.
Wesley Aptekar-Cassels
2026-08-10
1
-2
/
+0
*
arti: remove string slices
Nick Mathewson
2026-06-10
1
-2
/
+1
*
everywhere: Add #[allow(clippy::string_slice)]
Clara Engler
2026-06-09
1
-0
/
+1
*
implement syslog support
Andrew Kloet
2026-04-28
1
-0
/
+46
*
arti: set_protocol_warning_mode to Warn or Off in setup_logging
moumenalaoui
2026-04-08
1
-5
/
+6
*
arti: add protocol_warnings config and wire setup_logging
moumenalaoui
2026-03-27
1
-0
/
+10
*
Fix typos
Tobias Stoeckmann
2026-03-24
1
-1
/
+1
*
arti: Port logging config to dd(TorConfig)
Nick Mathewson
2026-02-24
1
-130
/
+69
*
arti: Resolve unreachable-pub warnings.
Nick Mathewson
2026-01-13
1
-9
/
+25
*
arti: Make logging parent check work with our MSRV.
Nick Mathewson
2025-11-25
1
-1
/
+1
*
arti: use anyhow::Context on a make_directory failure.
Nick Mathewson
2025-11-24
1
-1
/
+6
*
arti: Allow a logfile with no directory prefix.
Nick Mathewson
2025-11-24
1
-1
/
+12
*
arti: Boyscout fix
nield
2025-11-13
1
-1
/
+1
*
arti: Warning when opentelemetry config is set but not build with feature
nield
2025-11-13
1
-0
/
+16
*
arti: better error when tokio-console in cfg but feature is absent.
Nick Mathewson
2025-11-06
1
-3
/
+27
*
arti: Experimental support for tokio-console
Nick Mathewson
2025-11-06
1
-0
/
+36
*
arti: Make panic into error on invalid OTEL endpoint.
Wesley Aptekar-Cassels
2025-09-24
1
-3
/
+5
*
arti: Add note about lack of filtering in OpenTelemetry layer.
Wesley Aptekar-Cassels
2025-09-24
1
-0
/
+3
*
opentelemetry: Use humantime_serde for parsing Durations.
Wesley Aptekar-Cassels
2025-09-24
1
-0
/
+3
*
opentelemetry: Panic if configured for non-localhost HTTP endpoint.
Wesley Aptekar-Cassels
2025-09-24
1
-0
/
+8
*
arti: Add experimental support for OpenTelemetry.
Wesley Aptekar-Cassels
2025-09-24
1
-0
/
+168
*
arti: log error fields last
Steven Engler
2025-08-18
1
-0
/
+5
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-4
/
+4
*
Update code for Edition 2024
Nick Mathewson
2025-08-07
1
-3
/
+3
*
arti console logging: use stderr instead of stdout
Jim Newsome
2025-06-17
1
-3
/
+3
*
arti: Disable color when stdout is not a tty.
Nick Mathewson
2025-02-24
1
-1
/
+7
*
update `CfgPath::path` to use a `CfgPathResolver`
Steven Engler
2024-11-18
1
-5
/
+14
*
tor-config: removed re-export of `CfgPath`
Steven Engler
2024-11-04
1
-1
/
+2
*
Match previous backtrace formatting
Robin Leander Schröder
2024-08-08
1
-2
/
+2
*
Use std::backtrace instead of backtrace crate
Robin Leander Schröder
2024-08-01
1
-3
/
+1
*
arti: Don't output ANSI escape codes when logging to file.
Gabriela Moldovan
2024-02-22
1
-0
/
+1
*
educe: Use std's default for enums where default variant is unit
Ian Jackson
2024-02-12
1
-4
/
+2
*
Throughout: Use *_report!() macros for reporting Errors.
Nick Mathewson
2023-07-07
1
-3
/
+3
*
Merge branch 'log_precision' into 'main'
Nick Mathewson
2023-07-06
1
-4
/
+25
|
\
|
*
arti: Add a `logging.time_granularity` option with 1s default.
Nick Mathewson
2023-07-06
1
-4
/
+25
*
|
arti: Note possibility for future use of other tracing panic provider
Nick Mathewson
2023-07-06
1
-0
/
+5
*
|
arti: On panic, avoid allocation even more.
Nick Mathewson
2023-07-06
1
-7
/
+5
*
|
Add TODO comments about possibly migrating away from the backtrace crate.
Nick Mathewson
2023-07-05
1
-1
/
+2
*
|
arti: Install a panic hook that sends messages to `tracing`
Nick Mathewson
2023-07-05
1
-0
/
+31
|
/
*
Use ErrorReport/Report for errors in warn! in arti
Ian Jackson
2023-01-30
1
-1
/
+2
*
Enforce SafeLogging on the console.
Nick Mathewson
2022-09-26
1
-30
/
+10
*
Mark a few APIs as experimental in docs.
Nick Mathewson
2022-08-30
1
-0
/
+1
*
arti: Raise the default console log severity to "info"
Nick Mathewson
2022-08-25
1
-1
/
+1
*
arti: Move most public APIs behind `experimental-api`.
Nick Mathewson
2022-08-11
1
-2
/
+4
[next]