dorinand
dorinand
I encounter similar issue, any update here? @rlio did removing just compactor file helped?
Hi, did you solve it somehow? I am running Loki 2.5.0 and Promtail 2.5.0. Currently I am running 3 nodes of docker swarm and register the same issue: ``` 2022-06-27T23:46:23.545893275Z...
@timchenko-a do you mean configuration of docker driver? I already have this configuration: ``` { "storage-driver": "overlay2", "log-driver": "json-file", "log-opts": { "max-size": "5m", "max-file": "5" } } ``` From container...
Hi @jeschkies , as I wrote in previous comment, I am encountering the same issue. I check it and my problematic applications is running with `tty: true` . I tested...
@schewara Thank you, I tested it with 1MB log line and it works. 👍
Is there any workaround to disable color for logs? Did you solve this somehow @pmichna ?
Hi @ricantech, in my opinion best solution is to disable colors in logs. Additional characters are unnecessary and bring no value to logs. It also make it easier to parse...
@youngpabl0 Hi, did you tried solution mentioned above - removing `tty: true` from containers?
@fiftin do you have any update regarding this? I encounter same issue. Running version `v2.8.81` BTW, Thank you for awesome tool. 👍
So since the issue I am able to run tasks but with an error: ``` time="2023-02-16T00:30:35Z" level=info msg="Task 2147483614 added to queue" 2023/02/16 00:30:35 http: panic serving 172.21.0.1:62180: Connection /api/project/1/tasks/last...