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

How to show only warnings on console? #136

Closed
deenz-dev opened this issue Jun 18, 2020 · 5 comments
Closed

How to show only warnings on console? #136

deenz-dev opened this issue Jun 18, 2020 · 5 comments

Comments

@deenz-dev
Copy link

deenz-dev commented Jun 18, 2020

After the last update everything is being showed on the console, is there any way to disable it? like it used to be? just warnings? every change on the database shows up, and it makes it hard to read the console, ty in advance.
Screenshot_2

@deenz-dev deenz-dev assigned ghost Jun 18, 2020
@ghost
Copy link

ghost commented Jun 19, 2020

set mysql_debug "None"

or

set mysql_debug "File"

before start mysql-async.

I think it defaults to FileAndConsole if a faulty input is made instead of None, will fix that whenever I feel like it.

@deenz-dev
Copy link
Author

set mysql_debug "None"

or

set mysql_debug "File"

before start mysql-async.

I think it defaults to FileAndConsole if a faulty input is made instead of None, will fix that whenever I feel like it.

Thank you so much man!

@gaby
Copy link

gaby commented Jun 22, 2020

@GHMatti I'm still getting all the debug logs on the console even after setting. Using latest mysql-async and fxserver 2625

set mysql_debug "None"
start mysql-async

@ghost
Copy link

ghost commented Jun 23, 2020

Use "File", i got some reports saying None does not work. I currently do not have time to look into that.

@kFxDaKing
Copy link

doesnt work, still spam console

@ghost ghost closed this as completed in 2f0ec45 Jun 26, 2020
ghost pushed a commit that referenced this issue Jun 26, 2020
@ghost ghost mentioned this issue Jun 26, 2020
This issue was closed.
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

3 participants