Skip to content

Commit

Permalink
Set log level to info (for debugging)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyedwiper committed Jan 8, 2024
1 parent b89ed71 commit 4728085
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ data:
SC_TITLE: "{{ SC_TITLE }}"
SC_PRODUCTNAME: "{{ SC_PRODUCTNAME }}"
SC_DOMAIN: "{{ DOMAIN }}"
LOG_LEVEL: "error"
LOG_LEVEL: "info"
{% for name, data in configuration_all.items() %}
{% if data.client is defined and data.client == true %}
{% if data.config_name is defined and data.config_name in hostvars[inventory_hostname] %}
Expand Down

0 comments on commit 4728085

Please sign in to comment.