18
Views
1
Comments
Error log message store in local db

Hi,

Is it possible to store error log messages in the local database? 

Thanks in advance.


err.png
2016-04-22 00-29-45
Nuno Reis
 
MVP

Hello.

When you say local, you mean local entities? Because that is not advised at all. Neo AI shared useful tips on how to duplicate your logs with specific parameters. If you need a subset of logs/errors this may be an option.


If you are talking about an instance of SQL in the server:

You can read how to save them into a separate database: https://success.outsystems.com/documentation/11/setup_outsystems_infrastructure_and_platform/setting_up_outsystems/keep_outsystems_log_data_in_a_separate_database/

Or even set it yourself with Asynchronous Logging API.

It all depends on your goal.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.