Browse Source

Documentation: Annotate --logger flag

This commit annotates the `--logger` flag to let users know that it is
not available in versions 3.3.x or later.
Atlas Kerr 7 years ago
parent
commit
952a4365ce
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Documentation/op-guide/configuration.md

+ 3 - 0
Documentation/op-guide/configuration.md

@@ -313,6 +313,9 @@ The security flags help to [build a secure etcd cluster][security].
 ## Logging flags
 ## Logging flags
 
 
 ### --logger
 ### --logger
+
+**Available from v3.4**
+
 + Specify 'zap' for structured logging or 'capnslog'.
 + Specify 'zap' for structured logging or 'capnslog'.
 + default: capnslog
 + default: capnslog
 + env variable: ETCD_LOGGER
 + env variable: ETCD_LOGGER