Get fuel to stop printing "INFO:fuel.server:sending 2 arrays"
2 views
Skip to first unread message
ppk...@gmail.com
unread,
Mar 5, 2016, 8:52:39 PM3/5/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fuel-users
I am running a script that trains a model with data coming from a data server. The code has script that prints out information about the training process as it happens, however, the data server automatically prints out "INFO:fuel.server:sending 2 arrays"
for every batch of data, which overwhelms the terminal and makes it really hard to see what is going on. How do I get it to stop printing the INFO ?
David Warde-Farley
unread,
Mar 5, 2016, 11:01:03 PM3/5/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ppk...@gmail.com, fuel-users
You can set the log-level of the root logger to WARNING, I guess. But
in truth that should be a DEBUG level message if it's in there at all.