Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

cleos print contract log only one line #6448

Closed
wants to merge 3 commits into from
Closed

Conversation

firesWu
Copy link
Contributor

@firesWu firesWu commented Dec 7, 2018

Change Description

when use cleos push action or get actions account --console, console only print one line.

Consensus Changes

N/A

API Changes

N/A

Documentation Additions

N/A

out << ">> " << line << "\n";
while(std::getline( ss, line )){
out << ">> " << line << "\n";
}
cerr << out.str(); //ilog( "\r${m} ", ("m",out.str()) );
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The printing of one line here and above was on purpose. If you want to add a command line option to enable full output that would be acceptable.

@heifner heifner changed the base branch from develop to release/1.6.x February 21, 2019 19:52
@heifner heifner changed the base branch from release/1.6.x to develop February 21, 2019 19:52
@heifner
Copy link
Contributor

heifner commented Feb 21, 2019

Thanks. Replaced by #6806

@heifner heifner closed this Feb 21, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants