aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2025-11-26 09:55:19 +0100
committerEugen Wissner <belka@caraus.de>2025-11-26 09:55:19 +0100
commitb0a9f7cdd8734b7a537e18d381fd744cc0664c42 (patch)
treedd16be8245447f1ae39baebfc0b092efa6276ca4 /README.md
parent5e4c38c28ecfd927a466aa128b9cb85a2e0e4ebc (diff)
downloadkazbek-b0a9f7cdd8734b7a537e18d381fd744cc0664c42.tar.gz
Remove read_logs.rb
Diffstat (limited to 'README.md')
-rw-r--r--README.md34
1 files changed, 4 insertions, 30 deletions
diff --git a/README.md b/README.md
index 9e42e15..eb6a296 100644
--- a/README.md
+++ b/README.md
@@ -10,11 +10,10 @@ The repository contains a collection of random scripts and short programs.
1. [7digital.rb](#7digitalrb)
2. [mock\_server.rb](#mock_serverrb)
-3. [read\_logs.rb](#read_logsrb)
-4. [cross\_toolchain.rb](#cross_toolchainrb)
-5. [rename.rb](#renamerb)
-6. [pg\_jekyll.rb](#pg_jekyllrb)
-7. [tea-cleaner](#tea-cleaner)
+3. [cross\_toolchain.rb](#cross_toolchainrb)
+4. [rename.rb](#renamerb)
+5. [pg\_jekyll.rb](#pg_jekyllrb)
+6. [tea-cleaner](#tea-cleaner)
## 7digital.rb
@@ -43,31 +42,6 @@ and in another session:
curl localhost:8082
```
-## read\_logs.rb
-
-`bin/read\_logs.rb` looks in the `log/` directory for files ending with `.log`,
-`.log.1`, `.log.2.gz`, `.log.3.gz` and so forth. It filters out lines starting
-with a timestamp, `yyyy-mm-ddThh:mm:ss`, followed by random characters and a
-custom string provided as the only command line parameter. Finally
-it outputs all matched content after the provided string along with the date.
-
-The log files are read in the order based on the number in the filename.
-
-For example calling the script as
-
-```sh
-./bin/read_logs.rb 'doctrine.INFO:'
-```
-
-on a log file containing
-`[2025-02-04T19:51:49.356093+01:00] doctrine.INFO: Disconnecting [] []`
-
-will print:
-
-```
-2025-02-04 (Disconnecting [])
-```
-
## cross\_toolchain.rb
`bin/cross_toolchain.rb` builds a cross toolchain for 32-bit RISC-V (G). The