Skip to content

Commit f71b429

Browse files
committed
collect-docker-container-logs
1 parent c56848b commit f71b429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ide-common/src/main/kotlin/org/digma/intellij/plugin/docker/DockerService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class DockerService {
108108

109109
val containerId = ExecUtil.execAndReadLine(getContainerIdCommand)
110110

111-
val getLogCommand = GeneralCommandLine(dockerCmd, "logs", "--tail", "2000", "$containerId")
111+
val getLogCommand = GeneralCommandLine(dockerCmd, "logs", "--tail", "1000", "$containerId")
112112
.withParentEnvironmentType(GeneralCommandLine.ParentEnvironmentType.CONSOLE)
113113

114114
val processOutput: ProcessOutput = ExecUtil.execAndGetOutput(getLogCommand)

0 commit comments

Comments
 (0)