Re: [pgAdmin] Remove hard-source-webpack-plugin

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin] Remove hard-source-webpack-plugin
Date: 2019-08-08 14:39:13
Message-ID: CA+OCxoxih+Oj5RMNvbP2YAVQjKtvyqB4MWBwvK277um=0a_VQQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks, applied.

On Thu, Aug 8, 2019 at 2:18 PM Aditya Toshniwal <
aditya(dot)toshniwal(at)enterprisedb(dot)com> wrote:

> Hi Hackers,
>
> We do not need hard-source-webpack-plugin as webpack 4 is fast enough. It
> is creating more problems than solving and sometimes we have remove the
> generated directory to build correctly.
> Attached is the patch to remove it.
>
> In addition to this, I have also changed werkzeug logging level from
> logging.INFO to config.CONSOLE_LOG_LEVEL (which is WARNING by default).
> This will reduce the size of log generated by pgAdmin considerably.
> Messages like -
> [08/Aug/2019 16:32:58] "POST /settings/store HTTP/1.1" 200 will not be
> logged.
>
> --
> Thanks and Regards,
> Aditya Toshniwal
> Software Engineer | EnterpriseDB India | Pune
> "Don't Complain about Heat, Plant a TREE"
>

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Yosry Muhammad 2019-08-08 15:48:21 Query Tool - Cell Double Click Fix
Previous Message Dave Page 2019-08-08 14:38:50 pgAdmin 4 commit: Remove HardSourceWebpackPlugin as WebPack 4 is fast e