This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Removing time output.


On 01. juli 2010 11:30, Yann E. MORIN wrote:
> Per, All,
>
> On Thursday 01 July 2010 103727 Per Arnold Blaasmo wrote:
>   
>> I am trying to use crosstool-ng via a Hudson build service.
>> I would like to change so that the spinning '\' and the timestamp does
>> not get output. It generates a lot of noise in the log.
>>
>> I get output like:
>>
>> [exec] [28:36] / [28:36] / [28:36] / [28:36] / [28:36] / [28:37] / [28:37] .....
>>
>> I tried to tp 'export CT_IS_A_BACKEND=y' and also set 'CT_BACKEND=y' in
>> the config file, but it did not help.
>>
>> Am I misunderstanding the use of those configs
>>     
> Yes, you are. The backend-mode is not intended to do that.
>
>   
>> and is what I am trying to do possible?
>>     
> Sort of. As a workaround, you can set the log level to XT_LOG_DEBUG, and
> that will not print the time and progress bar.
>
> Plus, if you are putting the output of crosstool-NG to your own log file,
> you can entirely disable the internal logging with CT_LOG_TO_FILE.
>
> But your use case is pertinent, and maybe backend-mode should do just that.
>
>   
I found that CT_LOG_PROGRESS_BAR does what I want.
It is default set and if I unset it, it turns of the time and progress
output.

Regards
Per A.

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]