Re: [HACKERS] Lower msvc build verbosity level

2016-04-10 Thread Michael Paquier
On Sat, Apr 9, 2016 at 1:47 AM, Andrew Dunstan wrote: > > > On 04/08/2016 12:24 PM, Christian Ullrich wrote: >> >> * Tom Lane wrote: >> >>> +several. Grepping for compiler warnings, for example, is really painful >>> right now on any MSVC critter. I've resorted to grepping for "warning >>> C", >

Re: [HACKERS] Lower msvc build verbosity level

2016-04-08 Thread Andrew Dunstan
On 04/08/2016 12:24 PM, Christian Ullrich wrote: * Tom Lane wrote: +several. Grepping for compiler warnings, for example, is really painful right now on any MSVC critter. I've resorted to grepping for "warning C", which skips the noise messages, but I'm never sure if I'm missing something

Re: [HACKERS] Lower msvc build verbosity level

2016-04-08 Thread Christian Ullrich
* Tom Lane wrote: +several. Grepping for compiler warnings, for example, is really painful right now on any MSVC critter. I've resorted to grepping for "warning C", which skips the noise messages, but I'm never sure if I'm missing something. You miss all diagnostics from other tools than the

Re: [HACKERS] Lower msvc build verbosity level

2016-04-08 Thread Tom Lane
Michael Paquier writes: > On Fri, Apr 8, 2016 at 9:29 PM, Magnus Hagander wrote: >> On Fri, Apr 8, 2016 at 2:25 PM, Andrew Dunstan wrote: >>> could we perhaps lower the verbosity level of the msvc build (in >>> src/tools/msvc/build.pl) from "detailed" to "normal"? >> +1 for doing that. It seems

Re: [HACKERS] Lower msvc build verbosity level

2016-04-08 Thread Michael Paquier
On Fri, Apr 8, 2016 at 9:29 PM, Magnus Hagander wrote: > On Fri, Apr 8, 2016 at 2:25 PM, Andrew Dunstan wrote: >> On 04/08/2016 06:19 AM, Christian Ullrich wrote: >>> could we perhaps lower the verbosity level of the msvc build (in >>> src/tools/msvc/build.pl) from "detailed" to "normal"? In my e

Re: [HACKERS] Lower msvc build verbosity level

2016-04-08 Thread Magnus Hagander
On Fri, Apr 8, 2016 at 2:25 PM, Andrew Dunstan wrote: > > > On 04/08/2016 06:19 AM, Christian Ullrich wrote: > >> Hello, >> >> could we perhaps lower the verbosity level of the msvc build (in >> src/tools/msvc/build.pl) from "detailed" to "normal"? In my experiment, >> this reduces the size of th

Re: [HACKERS] Lower msvc build verbosity level

2016-04-08 Thread Andrew Dunstan
On 04/08/2016 06:19 AM, Christian Ullrich wrote: Hello, could we perhaps lower the verbosity level of the msvc build (in src/tools/msvc/build.pl) from "detailed" to "normal"? In my experiment, this reduces the size of the build log by 96.4 percent (from 12.5 MiB to 438 KiB), or if the log i