Page MenuHomePhabricator

☂Use system loggers
Closed, ResolvedPublic

Description

Are any of the STTS created services logging to disk? If so, can they be redirected to system logger?

Event Timeline

kalle renamed this task from Ask STTS about system logger features to Use system loggers.May 14 2020, 8:57 AM
kalle edited projects, added Wikispeech-STTS; removed Wikispeech-WMSE.
kalle updated the task description. (Show Details)
Hej!

Ser ut att funka nu för pronlex och symbolset, har gjort en uppdatering i master för båda repos.
Man kan få loggningen till 1) stderr (default); 2) syslog; eller 3) specat filnamn

Du anger hur du vill logga på kommandoraden med en ny flagga -o eller -logger (beroende på om det är shell-script eller go-kommando).

pronlex
  command: scripts/start_server.sh
  lägg till switchen -o syslog
  -h för hjälp/alla switchar

symbolset
  command: ./server
  lägg till switchen -logger syslog
 -help för hjälp/alla switchar
HannaLindgren added a subscriber: HaraldBerthelsen.

@kalle Is it correct that you will make the necessary updates for marytts, and we (STTS) should look into wikispeech_mockup and mishkal? (see checklist in task description)

@HannaLindgren I will fix Mary. Feel free to look at Mishkal, but no need to rush it.

@HannaLindgren I will fix Mary. Feel free to look at Mishkal, but no need to rush it.

OK, great. What about wikispeech_mockup, no rush there as well or is it a blocker for you guys?

They are all blocking out Blubberization, but getting this up and running in the CI pipeline is not a priority as it will not be deployed on production anytime soon. For now we are building docker images locally and uploading them to the dev-server manually.

Lokal_Profil renamed this task from Use system loggers to ☂Use system loggers.Jul 9 2020, 8:45 AM
Lokal_Profil moved this task from Incoming to Backlog on the Wikispeech-Jobrunner board.