I configured the log in log4j2.yml.
where the path to the log is as follows:
Configuration:
Properties:
Property:
- name: log.path
value: log
fileName: ${log.path}/platform/${project.name}_platform.log
when I run locally, logs are generated to the root directory of the project
as shown in the figure above, there is a log folder in which is the log.
after I uploaded him to the server, I didn"t see any corresponding logs in the entire tomcat folder.
what"s going on with this? where did I configure it wrong?