1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-10 05:52:20 +08:00

repo: remove Log config

We stopped logging to files in a676b5a8ac2848a57318283f4b2b52d7d8686323
and this config section was missed.

License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
This commit is contained in:
Lars Gierth
2015-11-11 18:32:24 +01:00
parent b508c23b7e
commit 253163893d
4 changed files with 0 additions and 13 deletions

View File

@ -30,7 +30,6 @@ type Config struct {
SupernodeRouting SupernodeClientConfig // local node's routing servers (if SupernodeRouting enabled)
API API // local node's API settings
Swarm SwarmConfig
Log Log
}
const (