mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-10 18:57:57 +08:00
log(main) show IPFS_DIR/IPFS_PATH at start up
a one-time print out
This commit is contained in:
parent
a97234288d
commit
3279047074
@ -268,6 +268,7 @@ func callPreCommandHooks(ctx context.Context, details cmdDetails, req cmds.Reque
|
||||
}
|
||||
|
||||
func callCommand(ctx context.Context, req cmds.Request, root *cmds.Command, cmd *cmds.Command) (cmds.Response, error) {
|
||||
log.Info(config.EnvDir, req.Context().ConfigRoot)
|
||||
var res cmds.Response
|
||||
|
||||
details, err := commandDetails(req.Path(), root)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user