-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to load logconfig - Error - resource nonexistent #10
Comments
@Avik1993 |
@jeanphorn |
@Avik1993 |
Sample Project:
Utility.go: Used to log event:-
This successfully loads config and creates appropriate log files, but doesnt actually log any event in the log files! |
Hi
I am facing couple of issues while implementing log rolling using this library:
If I need to use this library in multiple go files in a project, do i need to load the configuration in each go file? If not, I am trying to load it in single go file and exposing single variable for others to use in them.
While loading the configuration file using relative path (generated absolute path on the go using filesystem.AbsPath()), it gives error - config file .. is nonexistent
Any pointers what could be the issue and how to resolve it?
The text was updated successfully, but these errors were encountered: