change syslog pkg (#717)

This commit is contained in:
sadayuki-matsuno
2018-10-04 12:34:23 +09:00
committed by Kota Kanbe
parent f854b8f908
commit ed5f98d6f0
3 changed files with 13 additions and 2 deletions

View File

@@ -20,13 +20,14 @@ package config
import (
"errors"
"fmt"
"log/syslog"
"os"
"path/filepath"
"runtime"
"strconv"
"strings"
syslog "github.com/RackSec/srslog"
valid "github.com/asaskevich/govalidator"
log "github.com/sirupsen/logrus"
)