Implement ProcessLogService and hook it up to existing log features

This commit is contained in:
Kristóf Tóth
2018-05-29 16:48:45 +02:00
parent 1b8a36331c
commit cfdb69987d
6 changed files with 59 additions and 15 deletions

View File

@ -40,7 +40,8 @@ export const config = {
console: {
route: 'console',
defaultContent: '',
rewriteContentWithNewLogs: 'stdout'
rewriteContentWithProcessLogs: 'stdout',
showLiveLogs: true
},
testmessenger: {
route: 'testmessenger'