Thanks Moritz and Martin best
milton 2014-07-02 12:25 GMT-03:00 Moritz Lennert <[email protected]>: > On 02/07/14 13:04, Martin Landa wrote: > >> Hi, >> >> 2014-07-02 3:50 GMT+02:00 Milton Ribeiro <[email protected]>: >> >>> Is there a way of the grass commands not send any messages while running? >>> >> >> yes, set up environmental variable GRASS_VERBOSE to 0, or -1 (also >> error messages will suppressed in this case). >> >> bash: >> >> export GRASS_VERBOSE=0 >> >> python: >> >> os.environ['GRASS_VERBOSE'] = '0' >> >> I tryed g.gisenv set="DEBUG=0" but I would like none messages during >>> command >>> execute. >>> >> >> GRASS variable DEBUG controls just debug messages. Martin >> > > > Or use the --quiet parameter. > > Moritz > _______________________________________________ > grass-user mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/grass-user > -- Miltinho - [email protected] Laboratório de Ecologia Espacial e Conservação - LEEC Depto de Ecologia - UNESP - Rio Claro Av. 24A, 1515- Bela Vista 13506-900 Rio Claro, SP, Brasil Fone: +55 19 3526-9647 (office) 19 3526-9680 (lab) Cel: 19 9853-3220 / 19 9853-5430 Depto Ecologia http://ib.rc.unesp.br/#!/departamentos/ecologia/ PG ECO & BIODIV http://ib.rc.unesp.br/#!/departamentos/ecologia/pos-graduacao-em-ecologia-e-biodiversidade/ CV http://buscatextual.cnpq.br/buscatextual/visualizacv.do?id=K4792988H6&mostrarNroCitacoesISI=true&mostrarNroCitacoesScopus=true Google citations http://scholar.google.com/citations?user=OWX_2eAAAAAJ
_______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
