Skip to content
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

returns error 530 while opening configure file, and OK after touch the file #162

Open
seedjyh opened this issue Feb 9, 2018 · 0 comments

Comments

@seedjyh
Copy link

seedjyh commented Feb 9, 2018

Appearance

code

	if logger, err = seelog.LoggerFromConfigAsFile(config_file_name); err != nil {
		panic(err)
	}

output

panic: open ./config/seelog.xml: errno 530

and...

When I touched the file seelog.xml such as

cd config
touch *

then there's no error any more. And it appeared next day.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant