Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
8e9acdbb
Commit
8e9acdbb
authored
Jul 21, 2020
by
Scott Piriou
Browse files
Revert "Revert log rotation (#1389)"
This reverts commit
feb5039e
.
parent
52a1daff
Pipeline
#101248
failed with stages
in 9 minutes and 6 seconds
Changes
2
Pipelines
1
Expand all
Show whitespace changes
Inline
Side-by-side
Cargo.lock
View file @
8e9acdbb
This diff is collapsed.
Click to expand it.
cli/src/command.rs
View file @
8e9acdbb
...
...
@@ -198,7 +198,7 @@ pub fn run() -> Result<()> {
}
},
Some
(
Subcommand
::
ValidationWorker
(
cmd
))
=>
{
sc_cli
::
init_logger
(
""
)
;
sc_cli
::
init_logger
(
""
,
None
)
?
;
if
cfg!
(
feature
=
"browser"
)
{
Err
(
sc_cli
::
Error
::
Input
(
"Cannot run validation worker in browser"
.into
()))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment