Logdy v0.8 is live now!

2024-03-29 Thread peter





  
  
  
  
  



  
  

  

  
  


  
  
  

  

  

  
Logdy.dev v0.8 is there!
  

  

  


  
  


  

  
  
  


  
  

  

  
  


  
  
  

  

  


  

  
  
  

  


  

  



  

  

  
What is Logdy?
  

  

  



  

  

  
Logdy is a multi-purpose DevOps tool that enhances productivity in the terminal. Primarily it's a logs viewer with a Web UI, however you can stream any content or a file there and parse any format.
Read more about Logdy. Logdy is open-source on Github and free to use.
  

  

  



  

  

  
What's new in the latest release?
  

  

  



  

  
Hide the sidebar in the UI
  
A small tweak to the UI enhances readability, you can now hide the sidebar column.

  

  


  
Leave feedback directly from within the UI
  
You can leave feedback and report errors directly from within the UI.
  

  


  
Append to file option
  
It's now possible to store log messages to a file as they are received by Logdy. Read more
  

  

  



  

  

  
Logdy most notable features
  

  

  



  

  

  

Single binary, open source, stateless (no need for storage or DB)
Works in CLI, compatible with UNIX pipes and STDIN/STDOUT
Format agnostic, define parsing logic in TypeScript, native support for JSON
Slick, usable and customizable UI
Consume multiple sources and supports multiple users in the UI

  

  

  



  

  

  
Logdy use cases
  

  

  



  

  

  

Web based logs viewer UI for local development environment
PM2 logs viewer UI
Nginx webserver log parser and UI viewer
Docker logs web browser UI
Kubernetes logs web UI with Logdy
Real-time Google Cloud functions & AWS Lambda logs viewer

  

  

  



  

  

  
How to download?
  

  

  



  

  

  
Look at the docs for quick start manual. You can download a precompiled binary or compile from the source yourself. Soon you'll be able to install it with apt and homebrew.
  

  

  



  

  

  

  Logdy.dev @ 2024


  Unsubscribe

  

  

  


  
  


  

  
  
  




  
  
  
  
  






Re: [PATCH 2/2] rust: update usage of TARGET_AIX to TARGET_AIX_OS

2023-06-22 Thread Peter Bergner via Gcc-rust
On 6/21/23 11:20 AM, Paul E Murphy via Gcc-patches wrote:
> 
> 
> On 6/19/23 3:39 AM, Thomas Schwinge wrote:
>> Hi Paul!
>>
>> On 2023-06-16T11:00:02-0500, "Paul E. Murphy via Gcc-patches" 
>>  wrote:
>>> This was noticed when fixing the gccgo usage of the macro, the
>>> rust usage is very similar.
>>>
>>> TARGET_AIX is defined as a non-zero value on linux/powerpc64le
>>> which may cause unexpected behavior.  TARGET_AIX_OS should be
>>> used to toggle AIX specific behavior.
>>>
>>> gcc/rust/ChangeLog:
>>>
>>>    * rust-object-export.cc [TARGET_AIX]: Rename and update
>>>    usage to TARGET_AIX_OS.
>>
>> I don't have rights to formally approve this GCC/Rust change, but I'll
>> note that it follows "as obvious" (see
>> <https://gcc.gnu.org/gitwrite.html#policies>, "Obvious fixes") to the
>> corresponding GCC/Go change, which has been approved:
>> <https://inbox.sourceware.org/cakoqz8wdwc7g5_jbnk1jvgchhiurceeamzb5bqrx_vzjejp...@mail.gmail.com>,
>> and which is where this GCC/Rust code has been copied from, so I suggest
>> you push both patches at once.
>>
>>
>> Grüße
>>   Thomas
> 
> Hi Thomas,
> 
> Thank you for reviewing.  I do not have commit access, so I cannot push this 
> myself.  If this is OK, could one of the rust maintainers push this patch?
> 
> Thanks,
> Paul

I pushed this to trunk for Paul.

Peter

-- 
Gcc-rust mailing list
Gcc-rust@gcc.gnu.org
https://gcc.gnu.org/mailman/listinfo/gcc-rust