I think INTERFACER_LOG should be a path to a file, instead of a path to a directory.
INTERFACER_LOG variable is fetched than passed here like this:
|
file, err := os.OpenFile(filepath.Join(logPath, "proxy.log"), |
I can take care of this, but tell me what you think.