Merge branch 'develop' of git.joinfirefish.org:firefish/firefish into develop

This commit is contained in:
ThatOneCalculator 2023-07-24 16:11:19 -07:00
commit 732b2bf75e
No known key found for this signature in database
GPG Key ID: 8703CACD01000000

View File

@ -115,6 +115,10 @@ export default class Logger {
console.log(important ? chalk.bold(log) : log);
if (level === "error" && data !== null) {
console.log(data);
}
if (store) {
if (this.syslogClient) {
const send =