Summary
This articles describes how after installing 10.01 there are several applet-xxxx.log files and an all-error.log file that were created on the c:\ folder
Question
After installing 10.01 there are several applet-xxxx.log files and an all-error.log file that were created on the c:\ folder
Answer
This is the normal behavior where the logs are getting created.
In case that you would like to change the location of this log files you would need to modify the log4j.properties file that is on the UCMDB\UCMDBServer\deploy\ucmdb-ui\static\images\gui\mam_images\ folder.
You would need to add the following line on the top section of the file
log.file.path=<the folder where you want it to be>
So it would look something like this
loglevel=DEBUG
log.file.path= <New_Location>
def.file.max.size=3000KB
def.files.backup.count=5
Note: When this line gets added the folder that takes as root would be UCMDB\UCMDBServer\bin, so that you take that in mind when choosing path