<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti/src/logging.rs, branch arti-v2.3.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.3.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.3.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-04-28T13:08:15Z</updated>
<entry>
<title>implement syslog support</title>
<updated>2026-04-28T13:08:15Z</updated>
<author>
<name>Andrew Kloet</name>
<email>andrew@kloet.net</email>
</author>
<published>2026-04-28T13:08:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9e92e2323060b7e87c028960f87ae12b9c0b4cea'/>
<id>urn:sha1:9e92e2323060b7e87c028960f87ae12b9c0b4cea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti: set_protocol_warning_mode to Warn or Off in setup_logging</title>
<updated>2026-04-08T17:38:11Z</updated>
<author>
<name>moumenalaoui</name>
<email>moumenalaoui@proton.me</email>
</author>
<published>2026-03-25T08:57:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=04c0e73ae707d8c04c52bff87b2f10714d3e989c'/>
<id>urn:sha1:04c0e73ae707d8c04c52bff87b2f10714d3e989c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti: add protocol_warnings config and wire setup_logging</title>
<updated>2026-03-27T19:01:49Z</updated>
<author>
<name>moumenalaoui</name>
<email>moumenalaoui@proton.me</email>
</author>
<published>2026-03-24T21:25:31Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e1bebf62ab23afd19c2f14c3494a5d51ac2bf285'/>
<id>urn:sha1:e1bebf62ab23afd19c2f14c3494a5d51ac2bf285</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typos</title>
<updated>2026-03-24T16:04:08Z</updated>
<author>
<name>Tobias Stoeckmann</name>
<email>tobias@stoeckmann.org</email>
</author>
<published>2026-03-24T16:04:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1fb2b8dd4aee7c943ce90d6631be473f2a296fe6'/>
<id>urn:sha1:1fb2b8dd4aee7c943ce90d6631be473f2a296fe6</id>
<content type='text'>
Typos found with codespell
</content>
</entry>
<entry>
<title>arti: Port logging config to dd(TorConfig)</title>
<updated>2026-02-24T13:05:39Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-02-18T14:32:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=28081850a5b475e9ae557a926d7f9a08a2ac9c82'/>
<id>urn:sha1:28081850a5b475e9ae557a926d7f9a08a2ac9c82</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti: Resolve unreachable-pub warnings.</title>
<updated>2026-01-13T17:04:38Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-01-13T14:59:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e2a81693f81fbc759dd1e6aab29dc9cd705e3cca'/>
<id>urn:sha1:e2a81693f81fbc759dd1e6aab29dc9cd705e3cca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti: Make logging parent check work with our MSRV.</title>
<updated>2025-11-25T14:50:42Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-11-25T14:50:42Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=48af60085aa2b54645abfee1e1caf7540ba5841d'/>
<id>urn:sha1:48af60085aa2b54645abfee1e1caf7540ba5841d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti: use anyhow::Context on a make_directory failure.</title>
<updated>2025-11-24T20:18:58Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-11-24T20:18:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fd82ddb2cc0aa9d3bfd2d4fafea830b38441f52f'/>
<id>urn:sha1:fd82ddb2cc0aa9d3bfd2d4fafea830b38441f52f</id>
<content type='text'>
This will improve the error message for problems similar to
arti#2240, if they recur.
</content>
</entry>
<entry>
<title>arti: Allow a logfile with no directory prefix.</title>
<updated>2025-11-24T20:16:47Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-11-24T20:14:35Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=bca413f2cc88f9e4e851871317b31a55a90bd54a'/>
<id>urn:sha1:bca413f2cc88f9e4e851871317b31a55a90bd54a</id>
<content type='text'>
This should fix the main part of arti#2240.

This is an instance of arti#2267 ("Path::parent has funny behavior")
</content>
</entry>
<entry>
<title>arti: Boyscout fix</title>
<updated>2025-11-13T03:53:08Z</updated>
<author>
<name>nield</name>
<email>contact@ndvibes.com</email>
</author>
<published>2025-11-11T04:48:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=75d7e1ebf678e3d4c2718c0645e1fbcc43d84e80'/>
<id>urn:sha1:75d7e1ebf678e3d4c2718c0645e1fbcc43d84e80</id>
<content type='text'>
It seems this config is for tokio-console and not the RPC.
</content>
</entry>
</feed>
