Update submodules
This commit is contained in:
parent
0b854bc702
commit
e662180981
4 changed files with 3 additions and 3 deletions
1
.gitmodules
vendored
1
.gitmodules
vendored
|
|
@ -1,6 +1,7 @@
|
|||
[submodule "docs"]
|
||||
path = docs
|
||||
url = https://github.com/cryptonomex/graphene.wiki.git
|
||||
ignore = dirty
|
||||
[submodule "libraries/fc"]
|
||||
path = libraries/fc
|
||||
url = https://github.com/cryptonomex/fc.git
|
||||
|
|
|
|||
2
docs
2
docs
|
|
@ -1 +1 @@
|
|||
Subproject commit 71ed2984b71d57cab13cdf12074cff150edc1d3d
|
||||
Subproject commit 94ec061b91edbe9d1ebae576e641f921998428c8
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit a8b85f6dcc4558b7a9913b59ef5dc19f3b5e62ca
|
||||
Subproject commit 701b9ac00c46234ee7cc6385027f5942590debc9
|
||||
|
|
@ -88,7 +88,6 @@ int main( int argc, char** argv )
|
|||
ac.rotate = true;
|
||||
ac.rotation_interval = fc::hours( 1 );
|
||||
ac.rotation_limit = fc::days( 1 );
|
||||
ac.rotation_compression = false;
|
||||
|
||||
std::cout << "Logging RPC to file: " << (data_dir / ac.filename).preferred_string() << "\n";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue