2BIT || ! 2BIT
  • Home
  • Blog
  • About
  • Contact
  • Social
  • Affiliate ​Store
  • Home
  • Blog
  • About
  • Contact
  • Social
  • Affiliate ​Store

Debugging with colors and filters.

8/29/2018

Comments

 
When writing code and delivering to customers you usually will find your self (or someone else ...) debugging your code throw log files and probably a lot of them.
I know I do :)
​

Picture
So I wrote my self a small helper tool based on Electron and vue.js + vuetifyjs. which makes it cross-platform.
And I made is open source just for you :)

​Logx

You can just drag and drop you files on it and start 'finding' , setting colors for specific phrases or filtering in or out any phrase you like.
​Enjoy.

BTW I used this cool template code from github, to get started easily...

Just note that this is a work-in-progress, feel free to file in issue you find on github :)
Comments

Monitoring Azure DC/OS microservices on terminal

8/29/2018

Comments

 
Picture
If you like your realtime logs monitoring on terminal from anywhere while using your favourite searching and colouring tools like me, then you must read this.
Azure DC/OS is a great tool, but getting the logs from each microservice instance using the dashboard is slow and complected.
So for the rescue here comes dc/os CLI.
This command line utility will make you life much easier in just a couple of steps
  1. First ssh into your master dc/os node [help!]
  2. Install dc/os CLI like this.
  3. Then just type 'dcos task log <your-micro-service-name-here>  --follow'
    1. This will aggregate logs from all instances of this service.
  4. To see logs of the master just type 'dcos node log --leader --follow'
  5. To lean some more cool commands - read here. here and here

Good luck  and happy debugging ... :)
Comments
    AliExpress.com Product - Free shipping! Microcontroller learning kit starter and proficient 24 interactive lessons for arduino
    View my profile on LinkedIn

    Categories

    All
    ARDUINO
    ELECTRONICS
    Embedded
    Raspberry Pi
    STM32F103C8T6
    TOOLS

    RSS Feed

Don't forget 📝

If you like what your read and it helped you trough the development and professional 
​growing 
​journey, please subscribe and share.

Get in touch 👇

    Subscribe Today!

Submit