diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-04-26 11:11:32 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-04-26 11:12:02 +0200 |
commit | 52817fc97de3e5a5af4a43f2a2acfe05509f6258 (patch) | |
tree | 9734096ea77a727c1bfae069c06d32a0b513fd50 /interface-definitions/salt-minion.xml.in | |
parent | 529cf467098d1a31e07b4053722e2f9779b16142 (diff) | |
download | vyos-1x-52817fc97de3e5a5af4a43f2a2acfe05509f6258.tar.gz vyos-1x-52817fc97de3e5a5af4a43f2a2acfe05509f6258.zip |
salt: T2384: always log to syslog
Diffstat (limited to 'interface-definitions/salt-minion.xml.in')
-rw-r--r-- | interface-definitions/salt-minion.xml.in | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/interface-definitions/salt-minion.xml.in b/interface-definitions/salt-minion.xml.in index 02501c5e8..f62465a64 100644 --- a/interface-definitions/salt-minion.xml.in +++ b/interface-definitions/salt-minion.xml.in @@ -1,5 +1,4 @@ <?xml version="1.0"?> -<!--Salt-minion configuration --> <interfaceDefinition> <node name="service"> <children> @@ -14,44 +13,6 @@ <help>The hash_type is the hash to use when discovering the hash of a file on the master server.</help> </properties> </leafNode> - <leafNode name="log_file"> - <properties> - <help>The location of the minion log file.</help> - </properties> - </leafNode> - <leafNode name="log_level"> - <properties> - <help>Log level</help> - <valueHelp> - <format>garbage</format> - <description>log garbage info</description> - </valueHelp> - <valueHelp> - <format>trace</format> - <description>log trace info</description> - </valueHelp> - <valueHelp> - <format>debug</format> - <description>log debug info</description> - </valueHelp> - <valueHelp> - <format>info</format> - <description>log info</description> - </valueHelp> - <valueHelp> - <format>warning</format> - <description>log warning info</description> - </valueHelp> - <valueHelp> - <format>error</format> - <description>log error info</description> - </valueHelp> - <valueHelp> - <format>critical</format> - <description>log critical info</description> - </valueHelp> - </properties> - </leafNode> <leafNode name="master"> <properties> <help>The hostname or IP address of the master.</help> |