How to resolve - Database.Log.File.Config is null

Good Morning

I have a .NET desktop client app using CB Lite 2.7 & replicating to SGW 2.7.

In Visual Studio output screen im seeing a ‘Database.Log.File.Config is null’ error, all logs seem to be there on the remote server, is this an error pertaining to my local machine?

Full error:

Id like to know if im set up right & how can I get rid of the error.

As indicated in the warning message, to get rid of the message, you have to configure the path where the log files will be output. By default, you only have console logging enabled. You can read more about file logging and how to configure it here

Thank you @priya.rajagopal