aboutsummaryrefslogtreecommitdiffstats
path: root/early-errors
AgeCommit message (Collapse)AuthorFilesLines
2020-07-15add 'log-forward', drop 'early-errors'change-23Gravatar Christian Hesse1-24/+2
2020-07-06early-errors: exclude certificate messagesGravatar Christian Hesse1-1/+2
This is most likely SCEP requests before network is up...
2020-06-19explicitly name the licenseGravatar Christian Hesse1-0/+1
Copyright (C) 2013-2020 Christian Hesse <mail@eworm.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. https://www.gnu.org/licenses/#GPL https://www.gnu.org/licenses/gpl.html https://www.gnu.org/licenses/gpl.md
2020-05-27early-errors: wait to be fully connectedGravatar Christian Hesse1-0/+3
2020-04-24early-errors: ... and exclude dns messagesGravatar Christian Hesse1-1/+1
Using DoH (DNS over HTTPS) results in a number of error messages before network becomes available: dns;error DoH server connection error: Network is unreachable Exclude these.
2020-04-24early-errors: ... but exclude e-mail messagesGravatar Christian Hesse1-1/+1
Most likely these are just error and critical messages failed sending anyway.
2020-04-24early-errors: also include critical messagesGravatar Christian Hesse1-1/+1
2020-04-24early-errors: get errors into arrayGravatar Christian Hesse1-2/+3
2020-04-19add script 'early-erros'Gravatar Christian Hesse1-0/+22