Sunteți pe pagina 1din 4

9/2/2019 Controlling Browser's Console Log Level in Visual Builder | Oracle Visual Builder Cloud Service Blog

Oracle Visual Builder Cloud Service Blog


 MENU

Oracle Visual Builder Cloud Service Blog

The Visual Builder Cloud Service Blog

Try Oracle Cloud Platform


For Free

ORACLE VISUAL BUILDER CLOUD SERVICE

March 19, 2019

Controlling Browser's Console Log Level in


Visual Builder
Shay Shmeltzer
DIRECTOR OF PRODUCT MANAGEMENT - ORACLE

One of the nice features in Oracle Visual Builder is the ability to track
exactly what the application is doing at any point through regular browser
dev tools - chief among them is the browser's console. This is very useful
during the development stages (as shown in the blog entry about
debugging VB apps), but once you go production you might want to
reduce the output to the console to only critical info.

You can control the level of logging Visual Builder does by adding an
entry into the app-flow.json file.

To find this file, switch to the source view of your application and locate
the file under the web app section:

https://blogs.oracle.com/vbcs/controlling-browsers-console-log-level-in-visual-builder 1/4
9/2/2019 Controlling Browser's Console Log Level in Visual Builder | Oracle Visual Builder Cloud Service Blog

Then add this small section to the file:

"logConfig": {

"level": "error"

},

Values for the level can also be: warning, info, fine, and finer.

https://blogs.oracle.com/vbcs/controlling-browsers-console-log-level-in-visual-builder 2/4
9/2/2019 Controlling Browser's Console Log Level in Visual Builder | Oracle Visual Builder Cloud Service Blog

This controls the amount of output you'll see in the console. Just run your
app and you'll see the difference.

Be the first to comment

Comments ( 0 )

Recent Content

https://blogs.oracle.com/vbcs/controlling-browsers-console-log-level-in-visual-builder 3/4
9/2/2019 Controlling Browser's Console Log Level in Visual Builder | Oracle Visual Builder Cloud Service Blog

ORACLE VISUAL BUILDER CLOUD ORACLE VISUAL BUILDER CLOUD


SERVICE SERVICE
Complex Queries in Visual Builder Adventures in Mutation - Adding
Rows to a Table or ListView in Oracle
Often, you have to filter a data set
Visual Builder
based on multiple search criteria
like in the above image. In this
case, you want to only create...

Site Map Legal Notices Terms of Use Privacy Cookie Preferences Ad Choices
Oracle Content Marketing Login

https://blogs.oracle.com/vbcs/controlling-browsers-console-log-level-in-visual-builder 4/4

S-ar putea să vă placă și