georchestra / mapstore2-georchestra

geOrchestra newest viewer
Other
6 stars 23 forks source link

#614: Update to 2023.01.xx #625

Closed dsuren1 closed 1 year ago

dsuren1 commented 1 year ago

Description

This PR updates the MS submodule to latest 2023.01.xx as of this commit

Note:

Things done:

Release notes update

Things to add to the release notest:

appender.console.type = Console appender.console.name = LogToConsole appender.console.layout.type = PatternLayout appender.console.layout.pattern = %p %d{yyyy-MM-dd HH:mm:ss.SSS} %c::%M:%L - %m%n rootLogger.appenderRef.stdout.ref = LogToConsole rootLogger.appenderRef.console.ref = LogToConsole

appender.file.type = File appender.file.name = LogToFile2 appender.file.fileName=${sys:catalina.base}/logs/mapstore.log appender.file.layout.type=PatternLayout appender.file.layout.pattern=%p %d{yyyy-MM-dd HH:mm:ss.SSS} %C{1}.%M() - %m %n rootLogger.appenderRef.file.ref = LogToFile2

logger.restsrv.name=it.geosolutions.geostore.services.rest logger.restsrv.level= INFO logger.hibernate1.name=org.hibernate logger.hibernate1.level=INFO logger.trg1.name=com.trg logger.trg1.level=INFO

tdipisa commented 1 year ago

@offtherailz

Please evaluate why this is present and how to workaround it.

We know that, I've already mentioned that and it is also reported in description. The issue #580 will handle it. You have to only evaluate the other parts in this PR. If they are ok please put a comment informing about that. Did you review the rest?

For schema update, we may evaluate to ask to use

This is something to report in the final release notes. Maybe we can open an issue to collect involved things to avoid to miss something.

offtherailz commented 1 year ago

What about pom needed changes indicated here?

They should not be needed. They may be included if some customization that use logging was present in web/backend. This is not the case.