dInf (infinity dice) - project for creating random generators and sharing them with others.
Sample website: dinf.ustits.dev
- app - server application with domain's adapter implementations
- domain - domain logic, types and adapter interfaces
- libs - shareable artifacts between the modules and/or projects
To overload log configuration pass logback.configurationFile
system property. For example via JAVA_OPTS
environment variable:
export JAVA_OPTS='-Dlogback.configurationFile=/path/to/config.xml'
To enable call logging:
<logger name="ktor.application" level="DEBUG"/>