Escaping back slashes in windows format filepaths for updating logging path logging.properties file.

 

Logging location for FID can be updated by making a change in the file : <RLI_HOME>\config\logging\logging.properties. ( More details can be found in " Logging and Troubleshooting Guide"). 

For windows format file paths, the back-slash "\" needs to be escaped so the path would be something like: ( for example: C:\Mylogs\Folder1)
-- Stop all services
-- <RLI_HOME>\config\logging\logging.properties.
logging.root=$RLI_HOME
to be replaced with:
logging.root=C:\\MyLogs\\Folder1
-- Start all services.

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.

Articles in this section