|
@@ -38,7 +38,9 @@ type program struct {
|
|
|
|
|
|
|
|
// Start should not block. Do the actual work async.
|
|
// Start should not block. Do the actual work async.
|
|
|
func (p *program) Start(s service.Service) error {
|
|
func (p *program) Start(s service.Service) error {
|
|
|
|
|
+ baseapp.SetOptDirs(true, false, false, false)
|
|
|
baseapp.InitPath()
|
|
baseapp.InitPath()
|
|
|
|
|
+
|
|
|
logCfgFile, err := servicelib.EnsureDefaultLogConfig()
|
|
logCfgFile, err := servicelib.EnsureDefaultLogConfig()
|
|
|
if err != nil {
|
|
if err != nil {
|
|
|
return err
|
|
return err
|