Output Log #330
-
I've done most of the configuration but it seems ike it's missing something. My teler doesn't have an option to set and ouput log. I've seen the documentation, it says -o is used but when I typed it it says not defined. Maybe I misread something and it's completely my fault but does the later versions not have that feature? Sorry if this is a stupid question |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
No need to apologize! It's not a stupid question at all. I understand that you're looking for a way to set the output log in Teler. In the latest versions of teler, the option to save logs is indeed configured through the configuration file, rather than using a command-line option like To set the output log in teler, you need to modify the configuration file directly. You can find an example of the configuration file on the Teler GitHub repository. Specifically, you can refer to the Here is the link to the specific lines in the In that section of the file, you can specify the path where you want the logs to be saved, the JSON format, the enable option, and other relevant options. Once you've made the necessary modifications to the configuration file, save it and restart Teler for the changes to take effect. I hope this helps! Let me know if you have any further questions. |
Beta Was this translation helpful? Give feedback.
No need to apologize! It's not a stupid question at all. I understand that you're looking for a way to set the output log in Teler. In the latest versions of teler, the option to save logs is indeed configured through the configuration file, rather than using a command-line option like
-o
.To set the output log in teler, you need to modify the configuration file directly. You can find an example of the configuration file on the Teler GitHub repository. Specifically, you can refer to the
teler.example.yaml
file, which includes an example of how to configure the output log.Here is the link to the specific lines in the
teler.example.yaml
file where the output log is configured: teler.exampl…