Open yigitsever opened 2 years ago
It’s actually where the gls logs are written and it’s created inside cmd/gls.go
, and used in log/core.go
. It seems I forgot to document it
Also, log.SetDebug(1) is used inside cmd/gls.go if the -debug is set. We can keep the logging logic, but we can also make the log file a hidden file (such as .gls.log
) and document it
gls
leaves behind agls.log
file when runMaybe the creation of this file should be tied to the
-debug
option?