Re: [pgAdmin] Remove hard-source-webpack-plugin - Mailing list pgadmin-hackers

From Dave Page
Subject Re: [pgAdmin] Remove hard-source-webpack-plugin
Date
Msg-id CA+OCxoxih+Oj5RMNvbP2YAVQjKtvyqB4MWBwvK277um=0a_VQQ@mail.gmail.com
Whole thread Raw
In response to [pgAdmin] Remove hard-source-webpack-plugin  (Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>)
List pgadmin-hackers
Thanks, applied.

On Thu, Aug 8, 2019 at 2:18 PM Aditya Toshniwal <aditya.toshniwal@enterprisedb.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

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Remove HardSourceWebpackPlugin as WebPack 4 is fast e
Next
From: Yosry Muhammad
Date:
Subject: Query Tool - Cell Double Click Fix