mirror of
https://github.com/minio/minio.git
synced 2025-11-10 14:09:48 -05:00
Remove logger field info from docs (#5281)
Logger field is removed from the docs, as it has been removed from the config file.
This commit is contained in:
@@ -1,20 +1,12 @@
|
||||
{
|
||||
"version": "16",
|
||||
"version": "21",
|
||||
"credential": {
|
||||
"accessKey": "USWUXHGYZQYFYFFIT3RE",
|
||||
"secretKey": "MOJRH0mkL1IPauahWITSVvyDrQbEEIwljvmxdq03"
|
||||
},
|
||||
"region": "us-east-1",
|
||||
"browser": "on",
|
||||
"logger": {
|
||||
"console": {
|
||||
"enable": true
|
||||
},
|
||||
"file": {
|
||||
"enable": false,
|
||||
"filename": ""
|
||||
}
|
||||
},
|
||||
"domain": "",
|
||||
"notify": {
|
||||
"amqp": {
|
||||
"1": {
|
||||
@@ -106,6 +98,17 @@
|
||||
"password": "password",
|
||||
"database": "miniodb"
|
||||
}
|
||||
},
|
||||
"mqtt": {
|
||||
"1": {
|
||||
"enable": false,
|
||||
"broker": "tcp://localhost:1883",
|
||||
"topic": "minio",
|
||||
"qos": 1,
|
||||
"clientId": "minio",
|
||||
"username": "",
|
||||
"password": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user