Skip to content

Commit

Permalink
Merge pull request #1959 from ipfs/remove-log-config
Browse files Browse the repository at this point in the history
repo: remove Log config
  • Loading branch information
jbenet committed Nov 16, 2015
2 parents 9a6cb80 + 2531638 commit 3a2ac8f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion repo/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down
4 changes: 0 additions & 4 deletions repo/config/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@ func Init(out io.Writer, nBitsForKeypair int) (*Config, error) {
Enabled: true,
Interval: 10,
}},
Log: Log{
MaxSizeMB: 250,
MaxBackups: 1,
},

// setup the node mount points.
Mounts: Mounts{
Expand Down
7 changes: 0 additions & 7 deletions repo/config/log.go

This file was deleted.

1 change: 0 additions & 1 deletion repo/config/logs.go

This file was deleted.

0 comments on commit 3a2ac8f

Please sign in to comment.