1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-19 16:55:37 +01:00

Verbose on CPU-GPU xfer, remove performance by default

This commit is contained in:
Peter Boyle 2023-10-24 10:25:01 -04:00
parent 351795ac3a
commit b3925df9c3

View File

@ -414,7 +414,7 @@ void Grid_init(int *argc,char ***argv)
// Logging
////////////////////////////////////
std::vector<std::string> logstreams;
std::string defaultLog("Error,Warning,Message,Performance");
std::string defaultLog("Error,Warning,Message,Memory");
GridCmdOptionCSL(defaultLog,logstreams);
GridLogConfigure(logstreams);