Dear Sharon,
Basically, there’s not explicitly a user-activity logging (there might be in the future), however, there is the basis for realizing it. There are basically two ways you can implement this:
For the logging, the configuration is in the file:
semanticturkey-<ver>/config/application.yml
This is an example of logging config:
logging.level:
# ROOT: DEBUG
org.springframework: DEBUG
it.uniroma2.art.semanticturkey: DEBUG
# org.springframework.security: TRACE
# it.uniroma2.art.semanticturkey: DEBUG
logging:
file:
name: log/semanticturkey.log
threshold:
console: error
and you can tinker with it to obtain what you need. The manual for configuring the logger is here:
https://docs.spring.io/spring-boot/reference/features/logging.html
For both cases, pls consider that most user services are in the core-services module of semantic-turkey:
And this is their related package
semantic-turkey\core-services\src\main\java\it\uniroma2\art\semanticturkey\services\core
Obviously, you might need to log more stuff, this is just some basic indication, so that you can set different writers (and levels) specifically for the packages you are interested into for this user logging, differently from the general logging setup of the entire platform
In case you intercept calls with the reverse proxy, you can read something about ST’s web api here:
https://semanticturkey.uniroma2.it/doc/user/web_api.jsf
Kind Regards,
Armando
Da: vocben...@googlegroups.com <vocben...@googlegroups.com> Per conto di Sharon Süvari
Inviato: mercoledì 8 luglio 2026 04:31
A: vocbench-user <vocben...@googlegroups.com>
Oggetto: [vocbench-user] Logging possibilities in ShowVoc
Hey,
Our team is interested in logging user activity in ShowVoc, are there any built-in settings in the system?
Sharon
--
You received this message because you are subscribed to the Google Groups "vocbench-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vocbench-use...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vocbench-user/4f42954c-f4c6-42c4-8df0-e5cc6a1c6c66n%40googlegroups.com.