NetApp / netappdvp

A Docker volume plugin for NetApp storage
96 stars 33 forks source link

Inform user of logfile location when we switch output to the logFile #33

Closed ntap-rippy closed 7 years ago

ntap-rippy commented 7 years ago

In main.go function initLogging, inform the user that all further output is going to the log file when we switch from logging to stdout to the log file:

log.SetOutput(logFile)

lmprice commented 7 years ago

Rippy, are you taking this one? Seems like an easy fix.

dccurtis commented 7 years ago

I was thinking of taking this next if its still up for grabs

lmprice commented 7 years ago

@dccurtis Go ahead and take this one.

dccurtis commented 7 years ago

This issue can be closed