summaryrefslogtreecommitdiffhomepage
path: root/mullvad-daemon/src/logging.rs
AgeCommit message (Expand)AuthorFilesLines
2020-09-16Upgrade dependenciesDavid Lönnhager1-1/+0
2020-08-20Use gRPC for management interface in backend and CLIDavid Lönnhager1-4/+1
2020-06-16Silence h2 crate in logDavid Lönnhager1-0/+1
2020-04-27Ignore rustls debug messages in daemonEmīls1-0/+1
2019-10-17Upgrade err-derive to 0.2.1Linus Färnstrand1-3/+3
2019-09-07Fix formatting in logging codeEmīls Piņķis1-1/+3
2019-09-06Log to logcat in debug buildsEmīls Piņķis1-1/+7
2019-05-09Add 'netlink_sys' to the list of silenced cratesEmīls Piņķis1-0/+1
2019-04-25Silence netlink_proto in the mullvad-daemon loggerLinus Färnstrand1-0/+1
2019-04-11Get rid of error-chain in logging moduleLinus Färnstrand1-17/+22
2019-04-04Add #![deny(rust_2018_idioms)] to all crates and fix warningsLinus Färnstrand1-4/+4
2019-04-01Create better error type for talpid_core::loggingLinus Färnstrand1-3/+1
2019-01-18Get rid of almost all remaining "extern crate" statementsLinus Färnstrand1-6/+2
2018-12-13Activate the merge_imports rustfmt featureLinus Färnstrand1-5/+5
2018-12-11Don't log messages from netlink cratesJanito Vaqueiro Ferreira Filho1-0/+2
2018-12-03Activate the use_field_init_shorthand rustfmt optionLinus Färnstrand1-1/+1
2018-09-24Split mullvad_daemon into lib.rs and main.rsLinus Färnstrand1-1/+1
2018-09-07Adjust logging levels of some external cratesLinus Färnstrand1-0/+17
2018-09-03Silence the tokio_io and "want" cratesLinus Färnstrand1-0/+2
2018-08-29Move `rotate_log` function to `talpid-core`Janito Vaqueiro Ferreira Filho1-14/+6
2018-06-13Rotate daemon log on startupLinus Färnstrand1-4/+15
2018-06-13Move log dir stuff to mullvad-pathsLinus Färnstrand1-4/+0
2018-05-14Make mullvad-daemon create logging dirLinus Färnstrand1-1/+9
2018-05-09Silence tokio_reactorLinus Färnstrand1-0/+1
2018-05-07Replace newlines inside log messagesJanito Vaqueiro Ferreira Filho1-0/+12
2018-05-07Use platform specific newlines in daemon log fileJanito Vaqueiro Ferreira Filho1-1/+8
2018-04-13Add flag to allow not printing timestamps to stdoutEmīls Piņķis1-23/+48
2018-03-02Add coloring to stdout loggingLinus Färnstrand1-28/+63
2018-03-02Silence jsonrpc_core a bitLinus Färnstrand1-0/+2
2018-03-02Adjust logging levels and move logging to own moduleLinus Färnstrand1-0/+55