On Mon, 18 Jul 2022 21:02:04 +0900 Masaru Nomiya <nom...@galaxy.dti.ne.jp> said:

Holy crap... you have enabled efl debugging. eina debug levels are set to show
all debug messages... that will be a LOT. it's for debugging. you probably
have set the EINA_LOG_LEVEL environment variable and to some high level like 4.
remove that environment variable or set it to 1 or lower. like

export EINA_LOG_LEVEL=1

check your environment variable. the other option is someone added -DDEBUG or
something to CFLAGS when building efl and thus turned on debug mode by default
in the source... but what you have is efl in debug mode and this will make efl
rather a lot slower as it dumps debug for almost anything it does and will fill
up logs.

> Hello,
> 
> In the Message; 
> 
>   Subject    : Re: [e-users] Massive log file (Was: Re: How to deter from
> generaring the log file) Message-ID :
> <20220718121107.4a93f44028412182b7543...@rasterman.com> Date & Time: Mon, 18
> Jul 2022 12:11:07 +0100
> 
> [CH] == Carsten Haitzler <ras...@rasterman.com> has written:
> 
> CH>  On Sun, 17 Jul 2022 13:54:03 +0900 Masaru Nomiya
> CH> <nom...@galaxy.dti.ne.jp> said:
> 
> CH>  > Hello,
> CH>  > 
> CH>  > In the Message; 
> CH>  > 
> CH>  >   Subject    : Re: [e-users] How to deter from generaring the log file
> CH>  >   Message-ID : <20220710100306.1f8ffee16880dcfcceb61...@rasterman.com>
> CH>  >   Date & Time: Sun, 10 Jul 2022 10:03:06 +0100
> CH>  > 
> CH>  > [CH] == Carsten Haitzler <ras...@rasterman.com> has written:
> CH>  > 
> CH>  > [...]
> CH>  > CH> The log files should not be that big unless you have something
> CH>  > CH> creating massive logs because there is some problem it's
> CH>  > CH> complaining about.
> CH>  > 
> CH>  >       2380515018  Jul 17 13:33 .e-log.log
> CH>  > 
> CH>  > This is the log file after about 7 hours of activation, is it not
> CH>  > MASSIVE?
> CH>  > 
> CH>  > $ cat ~/.e-log.log | grep error
> CH>  > 
> CH>  > shows 3 types of errors.
> CH>  > 
> CH>  > DBG<2633>:eldbus ../src/lib/eldbus/eldbus_core.c:638
> CH>  > eldbus_fd_handler_add() Watching fd 24 with flags: [read error]
> CH>  > 
> CH>  > DBG<2644>:eina_promise ../src/lib/eina/eina_promise.c:452
> CH>  > _eina_future_cancel() Cancelling future 0x561140e7d070, cb:
> CH>  > 0x7fb42b6228f0 data: 0x561140e6f530 with error: 125 - msg: 'Operation
> CH>  > canceled'
> CH>  > 
> CH>  > DBG<2633>:eldbus ../src/lib/eldbus/eldbus_core.c:528
> CH>  > on_get_name_owner() GetNameOwner of bus = org.freedesktop.hostname1
> CH>  > returned an error
> CH>  > 
> CH>  > Is this not a complaint that there is something wrong?
> 
> CH>  Can you paste like maybe the last 5000 lines of your log? trying
> CH>  to get rid of the log file is not the solution. finding out why
> CH>  there is a problem is the solution. 
> 
> I've uploaded it (log.zip);
> 
>   
> https://drive.google.com/file/d/10FzV5EwE37pC29DbJG7nJuiArpYZ6V7O/view?usp=sharing
> 
> Regards,
> 
> ---
> ┏━━┓彡    Masaru Nomiya                  mail-to: nomiya @ galaxy.dti.ne.jp
> ┃\/彡
> ┗━━┛       "A bachelor’s degree still holds prestige as a ticket to the
>              middle class, but its value has received increasing scrutiny.
>              In the last several years, rising tuition and student loan debt
>              have led more Americans to reconsider an investment in
>              postsecondary education."
> 
>                                                       -- Washington Post --
> 
> 
> _______________________________________________
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> 


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
Carsten Haitzler - ras...@rasterman.com



_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to