Replies: 1 comment 5 replies
-
Currently this is what I'm doing:
Basically just log it in a file then print out the head and tail |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I'm wondering if anyone has any ideas on how better to handle the logging from
svc deploy
in a ci job.The output overwrites itself on a local machine but when you're dealing with log files it looks like bellow. With all of that being printed out ten times a second. I think it's actually really slowing down the job too managing some sort of log piping around.
And I exceed the log file length (4194304 bytes) and can't tell whats doing on.
I've considered outputting the logs to a file and then printing the head and tail afterwards but then you can see whats going on.
Hoping someone has a tip/solution, thanks.
Beta Was this translation helpful? Give feedback.
All reactions