Merge branch 'develop' of git.joinfirefish.org:firefish/firefish into develop
This commit is contained in:
commit
732b2bf75e
1 changed files with 4 additions and 0 deletions
|
@ -115,6 +115,10 @@ export default class Logger {
|
||||||
|
|
||||||
console.log(important ? chalk.bold(log) : log);
|
console.log(important ? chalk.bold(log) : log);
|
||||||
|
|
||||||
|
if (level === "error" && data !== null) {
|
||||||
|
console.log(data);
|
||||||
|
}
|
||||||
|
|
||||||
if (store) {
|
if (store) {
|
||||||
if (this.syslogClient) {
|
if (this.syslogClient) {
|
||||||
const send =
|
const send =
|
||||||
|
|
Loading…
Reference in a new issue