Opened 8 years ago
Last modified 8 years ago
#1415 closed defect
petascope and secore configuration files — at Version 3
Reported by: | Dimitar Misev | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | major | Milestone: | 9.3 |
Component: | applications | Version: | development |
Keywords: | Cc: | Peter Baumann, vmerticafriu, Bang Pham Huu | |
Complexity: | Medium |
Description (last modified by )
The logging configuration files for these components are:
- petascope: $RMANHOME/etc/log4j.properties
- secore: $CATALINA_HOME/webapps/def/etc/log4j.properties
The general configuration files are:
- petascope: $RMANHOME/etc/petascope.properties
- secore: $CATALINA_HOME/webapps/def/etc/secore.conf
It would be good to harmonize this state of affairs.. I suggest that everything goes in $RMANHOME/etc like this, such that the logging configuration is merged into the main configuration file.
component | config file |
petascope | petascope.properties |
secore | secore.properties |
Any thoughts?
Change History (3)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
would be better if you create subdirectory for log-configuration (/etc/log) and general-configuration (/etc/conf). Now, it is quite difficult to see the list of configuration file in $RMANHOME/etc.
-rwxr-xr-x. 1 rasdaman rasdaman 1669 Oct 15 11:36 log4j.properties -rwxr-xr-x. 1 rasdaman rasdaman 2520 Oct 15 11:35 log-client.conf -rwxr-xr-x. 1 rasdaman rasdaman 2648 Oct 15 11:35 log-rasmgr.conf -rwxr-xr-x. 1 rasdaman rasdaman 2648 Oct 15 11:35 log-server.conf -rwxr-xr-x. 1 root root 9459 Oct 16 08:40 petascope.properties -rwxr-xr-x. 1 rasdaman rasdaman 9459 Oct 16 08:32 petascope.properties.10-16-2016_08-32-04.bak -rwxr-xr-x. 1 rasdaman rasdaman 5048 Oct 15 11:35 rasmgr.conf -rwxr-xr-x. 1 rasdaman rasdaman 552 Oct 15 11:36 wms_service.properties
Should be not problem when merging log4j with petascope.properties, btw, don't we have secore.log (I know we have petascope.log and rasdaman) ?
comment:3 by , 8 years ago
Description: | modified (diff) |
---|---|
Owner: | set to |
Status: | new → assigned |
+1. With defaults where all log goes into $RMANHOME/log
PS: we are in the root FS again, so the hint of doing a symlink to another partition for the logs is as appropriate as ever.