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

Enabling logging in cloud-asr #12

Open
usr000 opened this issue Apr 13, 2016 · 3 comments
Open

Enabling logging in cloud-asr #12

usr000 opened this issue Apr 13, 2016 · 3 comments

Comments

@usr000
Copy link

usr000 commented Apr 13, 2016

Hi,
thank you for the project!

I'm running with make run_locally command.
For some reason I see that mysql db is always empty.
I was trying to find logs (on master/worker nodes), but somehow I didn't see any.
is there any way to enable logs?

thanks

@ondrejklejch
Copy link
Contributor

Hi,

are you using Mac or Linux? What is the output of ls mysql_data?
Unfortunately, there is no logging except for the standard Docker logs - you can try docker logs cloudasr-com-web.

Best,

Ondrej

@usr000
Copy link
Author

usr000 commented Apr 14, 2016

Hi Ondrej,

Thank you for the response.
I'm actually on Win now and run this from within cygwin.
mysql_data is empty.
I guess something doesn't play well with the volume mappings, as I don't see schema.sql file in the mysql container under the /docker-entrypoint-initdb.d/schema.sql.

BTW, I'm able to test the 'recognize' functionality, so the system seems to be partially operational in my setup.

thanks.

@ondrejklejch
Copy link
Contributor

Ok, I haven't tested CloudASR on Windows - the problem here is with make mysql_data step which should create db schema. Please, let me know if you manage to fix the volume mappings, it would be really helpful.

Yes, API functionality should work correctly - only web interface needs MySQL.

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

2 participants