Skip to content
Snippets Groups Projects
Commit d610c77e authored by Stefan E. Funk's avatar Stefan E. Funk
Browse files

Merge branch '19-add-debug-log-from-profiles-to-pid-configuration-yaml' into 'master'

Resolve "add debug log from profiles to pid configuration yaml"

Closes #19

See merge request !36
parents d05676c7 da1aa72d
No related branches found
No related tags found
1 merge request!36Resolve "add debug log from profiles to pid configuration yaml"
Pipeline #598069 passed
......@@ -46,5 +46,9 @@ pid.publisher = <%= scope.lookupvar('dhrep::services::pid::publisher') %>
pid.secret = <%= scope.lookupvar('dhrep::services::pid::secret') %>
tgauth.endpoint = http://host.docker.internal/1.0/tgauth/tgextra.php
log.location = /var/log/dhrep/tgpid/pid.log
<% if scope.lookupvar('profiles::textgridrepository::debug_mode') -%>
log.level = FINE
<% else -%>
log.level = INFO
<% end -%>
service.endpoint = http://localhost/1.0/tgpid/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment