logging when deploy your app

0
hello experts,   for logging, what will be changed when i deploy my application in the Mendix cloud?   when i read the below article i thought it is a log name because the article says should not be changed so we use enumeration for that Mendix Academy - 5.2 Setting Up Logging   when i read below article it says that You can override the log level Set Log Levels | Mendix Documentation    
asked
1 answers
0

Hi Deena,

 

Lognode names are used to categorize your logs, these lognode names usually don't change when running your app locally or deploying to the cloud.

 

Log levels are the levels of logging you apply per module. How you set these, is independent to every environment. Changing these levels locally, won't affect the levels in your cloud environment, and vice versa. You can set the levels in your environment details under the tab 'Log Levels’:

Locally you can change these under Console - Advanced – Set log levels:

 

Hope this helps!

answered